Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 876fdcb

Browse files
author
hyd-dev
committed
"unwind" -> "unwinding"
1 parent b98d622 commit 876fdcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir/src/interpret/eval_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
825825
StackPopUnwind::Cleanup(unwind) => Some(unwind),
826826
StackPopUnwind::Skip => None,
827827
StackPopUnwind::NotAllowed => {
828-
throw_ub_format!("unwind past a frame that does not allow unwinding")
828+
throw_ub_format!("unwinding past a frame that does not allow unwinding")
829829
}
830830
}),
831831
),

0 commit comments

Comments
 (0)