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