summary refs log tree commit diff
path: root/src/tools/miri/tests/native-lib/fail/private_function.stderr
blob: 2cfc062212b6db768cc5e7c676a8de2beb1696c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: unsupported operation: can't call foreign function `not_exported` on $OS
  --> tests/native-lib/fail/private_function.rs:LL:CC
   |
LL |         not_exported();
   |         ^^^^^^^^^^^^^^ can't call foreign function `not_exported` on $OS
   |
   = help: if this is a basic API commonly used on this target, please report an issue with Miri
   = help: however, note that Miri does not aim to support every FFI function out there; for instance, we will not support APIs for things such as GUIs, scripting languages, or databases
   = 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