9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
|
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
|
||
|
|