about summary refs log tree commit diff
path: root/src/test/ui/allocator/function-allocator.stderr
blob: ecb6e4d4ecde2d1db1390acd4219f7b6ab6769c7 (plain)
1
2
3
4
5
6
7
8
error: allocators must be statics
  --> $DIR/function-allocator.rs:2:1
   |
LL | fn foo() {} //~ ERROR: allocators must be statics
   | ^^^^^^^^^^^

error: aborting due to previous error