]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/function-allocator.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / allocator / function-allocator.stderr
1 error: allocators must be statics
2   --> $DIR/function-allocator.rs:13:1
3    |
4 LL | fn foo() {} //~ ERROR: allocators must be statics
5    | ^^^^^^^^^^^
6
7 error: aborting due to previous error
8