blob: 8649b6b1244520f45abc75437024f69e6ea76aa9 [file] [log] [blame]
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