File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
compiler/rustc_middle/src/ty/query Expand file tree Collapse file tree 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> {
127127 pub fn try_print_query_stack ( handler : & Handler , num_frames : Option < usize > ) {
128128 eprintln ! ( "query stack during panic:" ) ;
129129
130- if num_frames != None {
131- eprintln ! ( "we're just showing a limited slice of the query stack" ) ;
132- }
133130 // Be careful reyling on global state here: this code is called from
134131 // a panic hook, which means that the global `Handler` may be in a weird
135132 // 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
1212note: compiler flags: FLAGS
1313
1414query stack during panic:
15- we're just showing a limited slice of the query stack
1615#0 [check_match] match-checking `main`
1716#1 [analysis] running analysis passes on this crate
1817we're just showing a limited slice of the query stack
You can’t perform that action at this time.
0 commit comments