-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Failed to extract DefId: opt_local_def_id_to_hir_id #111513
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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
levkk
added
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.
labels
May 12, 2023
jyn514
added
A-incr-comp
Area: Incremental compilation
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
labels
May 31, 2023
This happened to me today on this project, commit Meta:
Error output
|
I just got the same crash when compiling ruff_python_formatter with rustc 1.71.1 (eb26296 2023-08-03) running on x86_64-unknown-linux-gnu. I have copied the target/debug state that causes it but it's 20GB so it's hard to share. |
Should be fixed by #126409 |
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.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
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
Compiling https://github.com/postgresml/pgcat, latest master commit.
Meta
Error output
The error went away after I did
cargo clean
and I couldn't reproduce it again, so sadly no backtrace.The text was updated successfully, but these errors were encountered: