blob: 91c7c0f6b8e24fd3f8035c093b706d0011f6a284 (
plain)
1
2
3
4
5
6
7
8
|
error: `global_allocator` cannot be used in submodules
--> $DIR/allocator-submodule.rs:25:5
|
LL | static MY_HEAP: MyAlloc = MyAlloc;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
|