]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/alloc/no_global_allocator.stderr
Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplett
[rust.git] / src / tools / miri / tests / fail / alloc / no_global_allocator.stderr
1 error: unsupported operation: can't call foreign function: __rust_alloc
2   --> $DIR/no_global_allocator.rs:LL:CC
3    |
4 LL |         __rust_alloc(1, 1);
5    |         ^^^^^^^^^^^^^^^^^^ can't call foreign function: __rust_alloc
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 `start` at $DIR/no_global_allocator.rs:LL:CC
10
11 error: aborting due to previous error
12