blob: de24b601219eb7d2102bf056c08e5a7bd00fc7a4 [file]
error: call to inline assembly that may unwind
--> $DIR/may_unwind_ffi_unwind.rs:14:5
|
LL | asm!("", options(may_unwind));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to inline assembly that may unwind
|
note: the lint level is defined here
--> $DIR/may_unwind_ffi_unwind.rs:8:9
|
LL | #![deny(ffi_unwind_calls)]
| ^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error