]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator-submodule.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / allocator-submodule.stderr
1 error: `global_allocator` cannot be used in submodules
2   --> $DIR/allocator-submodule.rs:37:5
3    |
4 LL |     static MY_HEAP: MyAlloc = MyAlloc; //~ ERROR global_allocator
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8