- Assert on optional-returning-function in a comma expression. #2722

This commit is contained in:
Christoffer Lerno
2026-01-07 15:53:54 +01:00
parent 197f82d829
commit 0fc1871ddf
7 changed files with 26 additions and 4 deletions

View File

@@ -52,6 +52,7 @@
- `io::read_fully` now handles unbounded streams properly.
- Crash when doing a type property lookup for const inline enums in some cases #2717.
- Incorrect alignment on typedef and local variable debug info.
- Assert on optional-returning-function in a comma expression. #2722
### Stdlib changes
- Add `ThreadPool` join function to wait for all threads to finish in the pool without destroying the threads.