Incorrect visibility on local globals with public aliases. #2519

This commit is contained in:
Christoffer Lerno
2025-10-07 21:52:15 +02:00
parent 04cd079d4e
commit d6be1cbf65
3 changed files with 25 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
- Bitstruct truncated constant error escapes `$defined` #2515.
- Compiler segfault when accessing member of number cast to bitstruct #2516.
- Compiler assert when getting a member of a `bitstruct : char @bigendian` #2517.
- Incorrect visibility on local globals with public aliases. #2519
### Stdlib changes