- Reference macro parameters syntax does not error in certain cases. #2612

This commit is contained in:
Christoffer Lerno
2025-11-30 02:23:00 +01:00
parent 9d79c3f33d
commit a2aa9fae6b
5 changed files with 22 additions and 7 deletions

View File

@@ -48,6 +48,7 @@
- Bug on rethrow in return with defer #2603.
- Fix bug when converting from vector to distinct type of wider vector. #2604
- `$defined(hashmap.init(mem))` causes compiler segfault #2611.
- Reference macro parameters syntax does not error in certain cases. #2612
### Stdlib changes
- Add `CGFloat` `CGPoint` `CGSize` `CGRect` types to core_foundation (macOS).