Update error message for missing body after if/for/etc #2289.

This commit is contained in:
Christoffer Lerno
2025-08-27 12:37:01 +02:00
parent d2cae909e1
commit 28b9be64ee
3 changed files with 26 additions and 2 deletions

View File

@@ -26,7 +26,8 @@
- `@assignable_to` is deprecated in favour of `$define`
- Add `linklib-dir` to c3l-libraries to place their linked libraries in. Defaults to `linked-libs`
- If the `os-arch` linked library doesn't exist, try with `os` for c3l libs.
- A file with an inferred module may not contain additional other modules.
- A file with an inferred module may not contain additional other modules.
- Update error message for missing body after if/for/etc #2289.
### Fixes
- List.remove_at would incorrectly trigger ASAN.