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:14:39: error: value with comptime only type 'comptime_int' depends on runtime control flow
const value = S.foo() catch |err| switch (err) {
^
a.zig:14:47: note: runtime control flow here
const value = S.foo() catch |err| switch (err) {
^
The text was updated successfully, but these errors were encountered:
Vexu
added
bug
Observed behavior contradicts documented or intended behavior
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
labels
Jun 7, 2022
The text was updated successfully, but these errors were encountered: