9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
|
error: cannot define more than one #[global_allocator]
|
||
|
--> $DIR/two-allocators.rs:16:1
|
||
|
|
|
||
|
LL | static B: System = System;
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|