Improve error when trying to use an extern const as a compile time constant. #2969

This commit is contained in:
Christoffer Lerno
2026-02-23 19:15:23 +01:00
parent 8373ab0509
commit 0ed917cdc2
4 changed files with 42 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
- Constdef declarations introduced.
- Properly support `@deprecated` as contract.
- Support deprecating enum values.
- Improve error when trying to use an extern const as a compile time constant. #2969
### Stdlib changes
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831