about summary refs log tree commit diff
path: root/src/tools/miri/tests/native-lib/fail/function_not_in_so.stderr
blob: 632696e8249a6750fcec6da32cef685f396ea3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unsupported operation: can't call foreign function `foo` on $OS
  --> tests/native-lib/fail/function_not_in_so.rs:LL:CC
   |
LL |         foo();
   |         ^^^^^ 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/function_not_in_so.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