blob: 06e0d36e8a2b15f7b8b308b971eddc6016eb41a7 (
plain)
1
2
3
4
5
6
7
8
|
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
|