Skip to content

Commit 3adcc3e

Browse files
authored
fix typo
1 parent a371972 commit 3adcc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// run-pass
22

33
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
4-
// should still run desstructors as it unwindws the stack. However,
4+
// should still run desstructors as it unwinds the stack. However,
55
// bugs with how the nounwind LLVM attribute was applied led to this
66
// simple case being mishandled *if* you had optimization *and* fat
77
// LTO turned on.

0 commit comments

Comments
 (0)