-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICEs should print the top of the query stack #76920
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
Changes from all commits
5fd6301
132c9ef
767e84a
339181a
51c32f4
d8af4b3
cdd3126
e29e150
3621afe
4e88307
58cf7c4
8528f40
1582733
8983d5b
a1ef12b
3be44f9
56d6be3
e837539
51d2e7e
8bfeaef
d61d859
f4b7a5e
bf73a64
665bd46
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
thread 'rustc' panicked at 'assertion failed: rows.iter().all(|r| r.len() == v.len())', compiler/rustc_mir_build/src/thir/pattern/_match.rs:LL:CC | ||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | ||
|
||
error: internal compiler error: unexpected panic | ||
|
||
note: the compiler unexpectedly panicked. this is a bug. | ||
|
||
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md | ||
|
||
note: rustc VERSION running on TARGET | ||
|
||
note: compiler flags: FLAGS | ||
|
||
query stack during panic: | ||
#0 [check_match] match-checking `main` | ||
#1 [analysis] running analysis passes on this crate | ||
we're just showing a limited slice of the query stack | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this will cause bors to fail again, is there a reason you removed it? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you mean about new line? @jyn514 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, you removed the newline. |
Uh oh!
There was an error while loading. Please reload this page.