"Maybe-deref" subscripting foo.[i] += 1 #2540.

This commit is contained in:
Christoffer Lerno
2025-10-23 00:42:38 +02:00
parent 883052a6bb
commit 8f5d5a0bb5
9 changed files with 266 additions and 146 deletions

View File

@@ -11,6 +11,7 @@
- Disallow aliasing of `@local` symbols with a higher visibility in the alias.
- Add `--max-macro-iterations` to set macro iteration limit.
- Improved generic inference in initializers #2541.
- "Maybe-deref" subscripting `foo.[i] += 1` #2540.
### Fixes
- Bug in `io::write_using_write_byte`.