rust/src/test/ui/allocator/two-allocators.stderr

9 lines
198 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
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