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
However, if you change from &'a to &'a mut, nothing happens.
The text was updated successfully, but these errors were encountered:
strega-nil
changed the title
ICE: assertion failed: left == right (left: 1, right: 2)
Compiler should catch when your #[lang = ""] items are not equal to what it expects
Apr 26, 2015
By making the lang-item
index
not equal what it is in core:This causes the assertion:
If instead you change it to a *const instead of an &'a, you get
However, if you change from
&'a
to&'a mut
, nothing happens.The text was updated successfully, but these errors were encountered: