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

error: aborting due to previous error