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
I raise an internal compiler error on play.rust-lang.org stable beta and nightly and on my machine.
I tried this code:
fnmain(){let _ = &*"sth";}
I expect no error even if I would write it differently.
instead I got error: internal compiler error: const expr(10: &*"sth") of type &'static str has size 8 instead of 16
The text was updated successfully, but these errors were encountered:
apasel422
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Jun 17, 2016
I raise an internal compiler error on play.rust-lang.org stable beta and nightly and on my machine.
I tried this code:
I expect no error even if I would write it differently.
instead I got
error: internal compiler error: const expr(10: &*"sth") of type &'static str has size 8 instead of 16
The text was updated successfully, but these errors were encountered: