Skip to content

Commit 32c734b

Browse files
committed
fmt
1 parent 0d811d7 commit 32c734b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/miri/src/diagnostics.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,7 @@ impl<'mir, 'tcx> MiriMachine<'mir, 'tcx> {
527527
pub fn emit_diagnostic(&self, e: NonHaltingDiagnostic) {
528528
use NonHaltingDiagnostic::*;
529529

530-
let stacktrace =
531-
Frame::generate_stacktrace_from_stack(self.threads.active_thread_stack());
530+
let stacktrace = Frame::generate_stacktrace_from_stack(self.threads.active_thread_stack());
532531
let (stacktrace, _was_pruned) = prune_stacktrace(stacktrace, self);
533532

534533
let (title, diag_level) = match &e {

0 commit comments

Comments
 (0)