blob: 75f62654cd46f1b7f04a327755f27e2076ef467b [file] [log] [blame]
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
error: aborting due to 1 previous error