Skip to content

Commit 68512f2

Browse files
committed
Actually use unique boxes in run-fail/unwind-unique
1 parent 18b01d5 commit 68512f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-fail/unwind-unique.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ fn failfn() {
55
}
66

77
fn main() {
8-
@0;
8+
~0;
99
failfn();
1010
}

0 commit comments

Comments
 (0)