blob: 32c7211cd1641522c24ec9fff1a7ca93bdb3309d [file] [log] [blame]
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