rust/src/test/ui/allocator/function-allocator.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

8 lines
150 B
Text

error: allocators must be statics
--> $DIR/function-allocator.rs:2:1
|
LL | fn foo() {}
| ^^^^^^^^^^^
error: aborting due to previous error