]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/two-allocators.stderr
Rollup merge of #62869 - matklad:feature-gate, r=Mark-Simulacrum
[rust.git] / src / test / ui / allocator / two-allocators.stderr
1 error: cannot define more than one #[global_allocator]
2   --> $DIR/two-allocators.rs:6:1
3    |
4 LL | static B: System = System;
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8