2019-07-22 22:52:13 +02:00
|
|
|
error: cannot define more than one `#[global_allocator]`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/two-allocators.rs:6:1
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | static B: System = System;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|