fc928a18ba
This implements RFC 2480: * https://github.com/rust-lang/rfcs/pull/2480 * https://github.com/rust-lang/rfcs/blob/master/text/2480-liballoc.md Closes https://github.com/rust-lang/rust/issues/27783
9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
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
|
|
|