rust/src/test/ui/allocator-submodule.stderr
2018-12-25 21:08:33 -07:00

9 lines
254 B
Plaintext

error: `global_allocator` cannot be used in submodules
--> $DIR/allocator-submodule.rs:27:5
|
LL | static MY_HEAP: MyAlloc = MyAlloc; //~ ERROR global_allocator
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error