You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ stage4/bin/zig test test.zig
test.zig:4:33: error: expected error set type, found 'i32'
const bar: error{Bad}!i32 = @errSetCast(foo());
^~~~~~~~~~~~~~~~~~
Zig Version
0.12.0-dev.695+303181901
Steps to Reproduce and Observed Behavior
Expected Behavior
Test passed.