-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ICE regression: "missing expansion backtrace" #41776
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Last working nightly: |
cc @jseyfried |
triage: P-high Assigning to @jseyfried, hopefully they have some time to investigate! |
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 18, 2017
…=nrc Fix ICE on `include!(line!())` (regression) Fixes rust-lang#41776. r? @nrc
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
May 18, 2017
…=nrc Fix ICE on `include!(line!())` (regression) Fixes rust-lang#41776. r? @nrc
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 19, 2017
…=nrc Fix ICE on `include!(line!())` (regression) Fixes rust-lang#41776. r? @nrc
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following code ICE's on nightly and beta, but does not ICE on stable:
For an example that doesn't give an immediate compile error (but later on bc it can't find the file):
The ICE looks like:
The text was updated successfully, but these errors were encountered: