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
If I use extern mod a; where the library is built by old rustc, new rustc fails:
task 'rustc' failed at 'index out of bounds: the len is 4399208 but the index is 4399208', /home/lime/src/rust-vanilla/src/libextra/ebml.rs:111
error: internal compiler error: unexpected failure
There was similar reports before (e.g. #8882, #9189). It would be better to print some helpful errors (e.g. version mismatch).