- Shadowing not detected for generic declarations #2876

This commit is contained in:
Christoffer Lerno
2026-02-05 01:33:47 +01:00
parent dcf695c726
commit 71b673d241
5 changed files with 22 additions and 16 deletions

View File

@@ -15,6 +15,7 @@
- Regression where nested lambdas would be evaluated twice.
- Compiler crash when using arrays of vectors in lists. #2889
- Fix `list[0].i = 5` when `list[0]` returns a pointer. #2888
- Shadowing not detected for generic declarations #2876
## 0.7.9 Change list