New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICE in coreutils: ERROR:rbml::reader: failed to find block with tag 56 #28700
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
|
apparently, this happens as a side effect of the build process. i had built with stable, then tried to build with nightly, giving incorrect metadata |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Sep 28, 2015
This prevents ICEs when old crates are used with a new version of rustc. Currently, the linking of crates compiled with different versions of rustc is completely unsupported. Fixes rust-lang#28700
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Sep 29, 2015
This prevents ICEs when old crates are used with a new version of rustc. Currently, the linking of crates compiled with different versions of rustc is completely unsupported. Fixes rust-lang#28700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to update uutils/coreutils to HEAD, I got this ICE:
Version:
code: uutils/coreutils#690
The text was updated successfully, but these errors were encountered: