rust/src/test/ui/allocator-submodule.stderr
2018-06-24 16:16:14 -05:00

9 lines
254 B
Plaintext

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