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