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
a.zig:29:21: error: value with comptime only type 'comptime_int' depends on runtime control flow
b[0] = @as(u32, switch (a) {
^
a.zig:29:29: note: runtime control flow here
b[0] = @as(u32, switch (a) {
^
Related #11135
The text was updated successfully, but these errors were encountered: