summaryrefslogtreecommitdiffstats
path: root/tests/ui/allocator/function-allocator.stderr
blob: 3c0ba9580f7af63007fa37ea1a208224eccf1be4 (plain)
1
2
3
4
5
6
7
8
error: allocators must be statics
  --> $DIR/function-allocator.rs:2:1
   |
LL | fn foo() {}
   | ^^^^^^^^^^^

error: aborting due to 1 previous error