Fix deprecation warnings not silenced.

This commit is contained in:
Christoffer Lerno
2026-02-26 03:30:35 +01:00
parent 808ce6d605
commit 1a3cdc01ec
4 changed files with 7 additions and 5 deletions

View File

@@ -62,6 +62,7 @@
- Trying to slice an indexable type leads to misleading error message #2958
- Warn on use of visibility modifiers on methods. #2962
- Compiler crash using `??` with a `void?` macro #2973
- Fix issue when extending a generic type with a method in another module.
## 0.7.9 Change list