- Using defer catch with a (void), would cause an assertion. #2580

- Fix testcase
This commit is contained in:
Christoffer Lerno
2025-11-16 22:07:04 +01:00
parent 4e66693065
commit b16ee3119d
6 changed files with 165 additions and 11 deletions

View File

@@ -27,6 +27,7 @@
- Casting a distinct type based on a pointer to an `any` would accidentally be permitted. #2575
- `overflow_*` vector ops now correctly return a bool vector.
- Regression vector ABI: npot vectors would load incorrectly from pointers and other things. #2576
- Using `defer catch` with a (void), would cause an assertion. #2580
### Stdlib changes