about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/alloc/no_global_allocator.stderr
blob: b2b688e0c9ebfa3163b5ca577226ac101e4324b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error: unsupported operation: can't call foreign function `__rust_alloc` on $OS
  --> tests/fail/alloc/no_global_allocator.rs:LL:CC
   |
LL |         __rust_alloc(1, 1);
   |         ^^^^^^^^^^^^^^^^^^ 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 `miri_start` at tests/fail/alloc/no_global_allocator.rs:LL:CC

error: aborting due to 1 previous error