rust/src/test/ui/allocator/two-allocators.stderr
2018-12-25 21:08:33 -07:00

9 lines
197 B
Plaintext

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