fix show we're just showing... message instead of the end of query stack message when RUST_BACKTRACE=0
This commit is contained in:
parent
d6d4388ae7
commit
d60b7e29f7
2 changed files with 22 additions and 1 deletions
|
@ -170,7 +170,11 @@ impl<'tcx> TyCtxt<'tcx> {
|
|||
}
|
||||
});
|
||||
|
||||
eprintln!("end of query stack");
|
||||
if num_frames != None {
|
||||
eprintln!("we're just showing a limited slice of the query stack");
|
||||
} else {
|
||||
eprintln!("end of query stack");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue