Confusing error message when type has [] overloaded but not []= #2453

This commit is contained in:
Christoffer Lerno
2025-09-02 23:56:15 +02:00
parent 02d1486af9
commit 14a929588a
4 changed files with 23 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
### Fixes
- Compiler assert with var x @noinit = 0 #2452
- Confusing error message when type has [] overloaded but not []= #2453
### Stdlib changes