]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/issue-83469-global-alloc-invalid-stmt.stderr
Rollup merge of #107576 - P1n3appl3:master, r=tmandry
[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