- Member access on a struct returned by the assignment expression, cause crash #2947

This commit is contained in:
Christoffer Lerno
2026-02-19 20:43:39 +01:00
parent 8bb974829d
commit 585c66100d
3 changed files with 37 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
- `--safe=no` disabled compile-time errors on compile-time known runtime @require checks #2936
- On assert known false, the message was not show for no-args.
- Adding the incorrect sized vector to a pointer vector would cause a crash.
- Member access on a struct returned by the assignment expression, cause crash #2947
## 0.7.9 Change list