| 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); |
| | ^^^^^^^^^^^^^^^^^^ can't call foreign function `__rust_alloc` 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 `start` at tests/fail/alloc/no_global_allocator.rs:LL:CC |
| |
| error: aborting due to 1 previous error |
| |