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
<anon>:3:5: 3:9 warning: path statement with no effect, #[warn(path_statements)] on by default
<anon>:3 FOO;
^~~~
<anon>:3:5: 3:8 error: internal compiler error: constant expression should not reach expr::trans_def
<anon>:3 FOO;
^~~
Note that this is fixed by changing to let _ = FOO;.
The text was updated successfully, but these errors were encountered:
nrc
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Nov 5, 2015
Note that this is fixed by changing to
let _ = FOO;
.The text was updated successfully, but these errors were encountered: