change approach and run ui tests
This commit is contained in:
parent
01f838a626
commit
2bfdd644dc
4 changed files with 7 additions and 5 deletions
|
@ -124,11 +124,7 @@ impl<'tcx> TyCtxt<'tcx> {
|
|||
})
|
||||
}
|
||||
|
||||
pub fn try_print_query_stack(
|
||||
handler: &Handler,
|
||||
num_frames: Option<usize>,
|
||||
backtrace: Option<bool>,
|
||||
) {
|
||||
pub fn try_print_query_stack(handler: &Handler, num_frames: Option<usize>) {
|
||||
eprintln!("query stack during panic:");
|
||||
|
||||
// Be careful reyling on global state here: this code is called from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue