-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Internal Compiler Error @ parser.rs:446:22 #66357
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-parser
Area: The parsing of Rust source code to an AST
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Good call! Reducing it to backtrace
|
This comment has been minimized.
This comment has been minimized.
rustbot
added
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
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
Nov 13, 2019
Centril
added
I-nominated
A-parser
Area: The parsing of Rust source code to an AST
labels
Nov 13, 2019
I've traced the problem down to this call: rust/src/librustc_parse/parser/expr.rs Line 1344 in 374ad1b
|
triage: P-high, removing nomination label. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-parser
Area: The parsing of Rust source code to an AST
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When compiling a personal project, I got an error that the compiler panicked and entered unreachable code.
I've dumped the output:
And I committed my code which caused the bug here:
JulianKnodt/small_sat@5e82572
It might be because I had only written half of an anonymous function at
watch_list.rs
at line 92.This is not that urgent as I only saw it with half-written code, but since the compiler suggested I file a bug I did.
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: