-
Notifications
You must be signed in to change notification settings - Fork 13.3k
thread 'rustc' panicked at 'failed to lookup SourceFile
in new context', compiler/rustc_query_impl/src/on_disk_cache.rs:500:22
#92355
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
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Is it reproducible with |
It works with a |
@rustbot label +A-incr-comp |
I am able to repro this consinstently but my repo is not yet open. cargo clean && cargo build -> change one line in a specific file -> cargo build -> ICE.
|
Fixed by #92175 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
It appears on this branch (79d17553) and not on main (dc6dd19a).
https://gitlab.com/ppjet6/xmpp-rs/-/commits/rustc-ice/
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: