blob: a9158a0c6bac22fad6c54cb75660523393056534 [file] [log] [blame]
error: unsupported operation: passing a non-#[repr(C)] struct over FFI: PassMe
--> tests/native-lib/fail/struct_not_extern_c.rs:LL:CC
|
LL | unsafe { pass_struct(pass_me) };
| ^^^^^^^^^^^^^^^^^^^^ unsupported operation occurred here
|
= help: this is likely not a bug in the program; it indicates that the program performed an operation that Miri does not support
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to 1 previous error