mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-22 08:54:50 +03:00
02142a54d2
While the general guidance remains useful, it is not the case that error.Canceled will always pass across the Group task function boundary. Remove the too-aggressive assertions and add unit test coverage. Closes #30096 Closes #31340 Closes #31358