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
Like I said in #31480, this is happening because Redox doesn't define the box_free lang item, which was introduced in #31307. Of course, the error message could be better, but that's basically covered by #9307.
This changes three ICEs to fatal errors.
I've grepped for `lang_item.*expect` and `\.expect.*lang` and didn't come up with any more. But, there could be more ICEs lurking.
I wasn't sure about a test because there already _is_ a cfail test for missing lang items, but it only checks one.
Relevant to (already closed) #31477#31480#31558.
cc @LilRed
Running
rustc 1.8.0-nightly (3623797eb 2016-02-07)
while trying to compile RedoxThe text was updated successfully, but these errors were encountered: