]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/issue-83469-global-alloc-invalid-stmt.stderr
Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank
[rust.git] / tests / ui / proc-macro / issue-83469-global-alloc-invalid-stmt.stderr
1 error: allocators must be statics
2   --> $DIR/issue-83469-global-alloc-invalid-stmt.rs:7:5
3    |
4 LL |     fn inner() {}
5    |     ^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8