]> git.lizzy.rs Git - rust.git/blob - tests/fail/unsupported_foreign_function.stderr
Auto merge of #2422 - RalfJung:integers, r=oli-obk
[rust.git] / tests / fail / unsupported_foreign_function.stderr
1 error: unsupported operation: can't call foreign function: foo
2   --> $DIR/unsupported_foreign_function.rs:LL:CC
3    |
4 LL |         foo();
5    |         ^^^^^ can't call foreign function: foo
6    |
7    = help: this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support
8    = note: backtrace:
9    = note: inside `main` at $DIR/unsupported_foreign_function.rs:LL:CC
10
11 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
12
13 error: aborting due to previous error
14