- --safe=no disabled compile-time errors on compile-time known runtime @require checks #2936

This commit is contained in:
Christoffer Lerno
2026-02-13 16:34:45 +01:00
parent 27ceded331
commit cc6d552e3d
2 changed files with 8 additions and 4 deletions

View File

@@ -35,6 +35,7 @@
- Using [] or .foo on $$ functions would not raise error but instead crash
- Improved underlining errors/warnings when unicode is used. #2887
- Fix std::io::Formatter integer issue for large uint128 decimal values.
- `--safe=no` disabled compile-time errors on compile-time known runtime @require checks #2936
## 0.7.9 Change list