]> git.lizzy.rs Git - rust.git/blob - src/test/ui/allocator/function-allocator.stderr
Rollup merge of #100861 - RalfJung:const-ice, r=oli-obk
[rust.git] / src / test / ui / allocator / function-allocator.stderr
1 error: allocators must be statics
2   --> $DIR/function-allocator.rs:2:1
3    |
4 LL | fn foo() {}
5    | ^^^^^^^^^^^
6
7 error: aborting due to previous error
8