Skip to content

Commit e4e6c25

Browse files
author
hyd-dev
committed
Remove FIXME in tests/compile-fail/panic/bad_unwind.rs
1 parent a952787 commit e4e6c25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/compile-fail/panic/bad_unwind.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
//! Unwinding when the caller ABI is "C" (without "-unwind") is UB.
55
//! Currently we detect the ABI mismatch; we could probably allow such calls in principle one day
66
//! but then we have to detect the unexpected unwinding.
7-
//! FIXME: `-Zmiri-disable-abi-check` does not work for this test because function pointers are
8-
//! always allowed to unwind.
97
108
extern "C-unwind" fn unwind() {
119
panic!();

0 commit comments

Comments
 (0)