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

9 lines
189 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
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