-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Internal compiler error: panicked at 'parse_object_lifetime_default: bad input' #22508
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
Comments
I have run a bisection search through the nightlies, and this ICE first appears on 13 February:
In this version, the error is a bit different though, and looks like it might be related to #14748
Any suggestions on other diagnostics? |
This is probably another stale metadata issue. There's not much that can be done unfortunately. Is this resolved by recompiling your libcore? If so, this is probably good to close :( |
agreed that it's probably a stale metadata issue, but feel free to reopen if it reproduces! |
I can reproduce an internal compiler error in Nightly.
Command line:
rustc --target i686-unknown-linux-gnu --crate-type lib --emit obj -L .
Stack trace:
Features used:
I have cross-compiled a
libcore.rlib
for target, and by now that library will be significantly out of sync ot the Rust compiler itself.Version information:
I have the Rust git repo, so I will try to run a bisection with older versions if I have time.
The text was updated successfully, but these errors were encountered: