- Vectors not converted to arrays when passed as raw vaargs. #2776

This commit is contained in:
Christoffer Lerno
2026-01-20 16:46:47 +01:00
parent cdabe8fd9e
commit 3fe55b5e51
3 changed files with 47 additions and 1 deletions

View File

@@ -20,7 +20,8 @@
- Module-based generics using {} is deprecated.
- Create optional with `~` instead of `?`. `return io::EOF?;` becomes `return io::EOF~`.
- Deprecated use of `?` to create optional.
- Vectors not converted to arrays when passed as raw vaargs. #2776
### Fixes
- Regression with npot vector in struct triggering an assert #2219.
- Casting bitstruct to wider base type should be single step #2616.