We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b91b7f commit 01f838aCopy full SHA for 01f838a
compiler/rustc_middle/src/ty/query/plumbing.rs
@@ -124,7 +124,11 @@ impl<'tcx> TyCtxt<'tcx> {
124
})
125
}
126
127
- pub fn try_print_query_stack(handler: &Handler, num_frames: Option<usize>) {
+ pub fn try_print_query_stack(
128
+ handler: &Handler,
129
+ num_frames: Option<usize>,
130
+ backtrace: Option<bool>,
131
+ ) {
132
eprintln!("query stack during panic:");
133
134
// Be careful reyling on global state here: this code is called from
0 commit comments