rust/tests/ui/proc-macro/issue-83469-global-alloc-in...

9 lines
183 B
Plaintext

error: allocators must be statics
--> $DIR/issue-83469-global-alloc-invalid-stmt.rs:7:5
|
LL | fn inner() {}
| ^^^^^^^^^^^^^
error: aborting due to 1 previous error