show a message when we are showing limited slice of query stack
This commit is contained in:
parent
2bfdd644dc
commit
b6e9f08fbf
5 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ note: rustc VERSION running on TARGET
|
|||
note: compiler flags: FLAGS
|
||||
|
||||
query stack during panic:
|
||||
we're just showing a limited slice of the query stack
|
||||
#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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
query stack during panic:
|
||||
we're just showing a limited slice of the query stack
|
||||
end of query stack
|
||||
error: proc macro panicked
|
||||
--> $DIR/invalid-punct-ident-1.rs:19:1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
query stack during panic:
|
||||
we're just showing a limited slice of the query stack
|
||||
end of query stack
|
||||
error: proc macro panicked
|
||||
--> $DIR/invalid-punct-ident-2.rs:19:1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
query stack during panic:
|
||||
we're just showing a limited slice of the query stack
|
||||
end of query stack
|
||||
error: proc macro panicked
|
||||
--> $DIR/invalid-punct-ident-3.rs:19:1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue