about summary refs log tree commit diff
path: root/src/tools/miri/tests/native-lib/fail/private_function.stderr
blob: 9b32d0c381b640d2d77a5be2ea10747fe39a2a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: BACKTRACE:
   = note: inside `main` at tests/native-lib/fail/private_function.rs:LL:CC

note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace

error: aborting due to 1 previous error