blob: 0e51835b0b826f9c58f11cbc25bb7cdf5c0bceb9 [file] [log] [blame]
error: unsupported operation: can't call foreign function `not_exported` on $OS
--> tests/native-lib/fail/private_function.rs:LL:CC
|
LL | not_exported();
| ^^^^^^^^^^^^^^ unsupported operation occurred here
|
= help: this means the program tried to do something Miri does not support; it does not indicate a bug in the program
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to 1 previous error