2018-05-20 17:04:00 -05:00
|
|
|
error: `global_allocator` cannot be used in submodules
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/allocator-submodule.rs:27:5
|
2018-05-20 17:04:00 -05:00
|
|
|
|
|
|
|
|
LL | static MY_HEAP: MyAlloc = MyAlloc; //~ ERROR global_allocator
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|