]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/two-allocators.stderr
ed0aa13eb8078e6bce1bace25afc41b5c8d7d210
[rust.git] / src / test / ui / allocator / two-allocators.stderr
1 error: cannot define multiple global allocators
2   --> $DIR/two-allocators.rs:6:1
3    |
4 LL | static B: System = System;
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: the previous global allocator is defined here
8   --> $DIR/two-allocators.rs:4:1
9    |
10 LL | static A: System = System;
11    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14