File tree 2 files changed +0
-4
lines changed
compiler/rustc_middle/src/ty/query
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,6 @@ impl<'tcx> TyCtxt<'tcx> {
127
127
pub fn try_print_query_stack ( handler : & Handler , num_frames : Option < usize > ) {
128
128
eprintln ! ( "query stack during panic:" ) ;
129
129
130
- if num_frames != None {
131
- eprintln ! ( "we're just showing a limited slice of the query stack" ) ;
132
- }
133
130
// Be careful reyling on global state here: this code is called from
134
131
// a panic hook, which means that the global `Handler` may be in a weird
135
132
// state if it was responsible for triggering the panic.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ note: rustc VERSION running on TARGET
12
12
note: compiler flags: FLAGS
13
13
14
14
query stack during panic:
15
- we're just showing a limited slice of the query stack
16
15
#0 [check_match] match-checking `main`
17
16
#1 [analysis] running analysis passes on this crate
18
17
we're just showing a limited slice of the query stack
You can’t perform that action at this time.
0 commit comments