about summary refs log tree commit diff
path: root/src/test/ui/allocator/two-allocators.stderr
blob: da247f6c316c311ee4552ef5955d53f1b289dc3f (plain)
1
2
3
4
5
6
7
8
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