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