rust/src/test/ui/allocator/function-allocator.stderr

8 lines
189 B
Text

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