rust/tests/ui/proc-macro/issue-83469-global-alloc-invalid-stmt.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
181 B
Plaintext
Raw Normal View History

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