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

8 lines
198 B
Text

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