-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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 3 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 |
|---|---|---|
|
|
@@ -11,3 +11,7 @@ note: rustc VERSION running on TARGET | |
|
|
||
| note: compiler flags: FLAGS | ||
|
|
||
| query stack during panic: | ||
|
oli-obk marked this conversation as resolved.
|
||
| #0 [check_match] match-checking `main` | ||
| #1 [analysis] running analysis passes on this crate | ||
| end of query stack | ||
|
Member
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 shouldn't be shown when only showing some frames.
Contributor
Author
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. ok I will fix, thanks
Contributor
Author
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. @bjorn3 sorry can you explain that which part I should change?
Contributor
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. What they are suggesting is to remove the
Contributor
Author
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. aa ok gotcha, thanks |
||
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,3 +1,5 @@ | ||||||||||||||||
| query stack during panic: | ||||||||||||||||
|
Contributor
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. Please filter this out with more filter instructions in the corresponding
Contributor
Author
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. sorry I did not understand that what should I do
Contributor
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. Did it not disappear after switching the condition?
Contributor
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. In case it's still there after the change, what I meant was to add more of the regexes like rust/src/test/ui/proc-macro/invalid-punct-ident-1.rs Lines 5 to 11 in 767e84a
Basically I think you can add and these lines should disappear
Contributor
Author
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. ok got it, thanks, I will fix now |
||||||||||||||||
| end of query stack | ||||||||||||||||
| error: proc macro panicked | ||||||||||||||||
| --> $DIR/invalid-punct-ident-1.rs:16:1 | ||||||||||||||||
| | | ||||||||||||||||
|
|
||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.