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
with the message "concurrent modification" and "Panicked during a panic. Aborting.".
Note that the following results in the expected error message "use of undeclared identifier 'B'":
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
stage1
The process of building from source via WebAssembly and the C backend.
labels
Jan 29, 2020
With my PR #4435 this only crashes when doing _ = @typeInfo(@This()).Struct.decls[0];, actually indexing the decls slice forces it to be resolved and just doing .decls doesn't resolve it yet.
Edit: Nvm, this has nothing to do with my PR, since it is not in master yet XD
The following crashes on the latest master (13259ac):
with the message "concurrent modification" and "Panicked during a panic. Aborting.".
Note that the following results in the expected error message "use of undeclared identifier 'B'":
The text was updated successfully, but these errors were encountered: