Compilation.update
reaches unreachable code
#23281
Labels
bug
Observed behavior contradicts documented or intended behavior
Compilation.update
reaches unreachable code
#23281
Zig Version
0.14.0
Steps to Reproduce and Observed Behavior
Behavior
I was unfortunately unable to narrow this down to a more minimal repro, sorry about that.
Steps
CONTRIBUTING.md
cmake/scripts/DownloadZig.cmake:31
to download aReleaseSafe
build. This is only available on macos aarch64. You could aldo stick your own debug build of the Zig compiler there.bun build:ci:test
Additional Information
optimize
mode has no effect. Happens when compiling forDebug
,ReleaseFast
, andReleaseSafe
bun zig:test
andbun zig:test:release
Expected Behavior
Code compiles without panicking.
The text was updated successfully, but these errors were encountered: