We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tests/compile-fail/panic/bad_unwind.rs
1 parent a952787 commit e4e6c25Copy full SHA for e4e6c25
tests/compile-fail/panic/bad_unwind.rs
@@ -4,8 +4,6 @@
4
//! Unwinding when the caller ABI is "C" (without "-unwind") is UB.
5
//! Currently we detect the ABI mismatch; we could probably allow such calls in principle one day
6
//! 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.
9
10
extern "C-unwind" fn unwind() {
11
panic!();
0 commit comments