]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/issue-81543-item-parse-err.stderr
add tests for 107090
[rust.git] / tests / ui / proc-macro / issue-81543-item-parse-err.stderr
1 error: expected identifier, found `32`
2   --> $DIR/issue-81543-item-parse-err.rs:11:8
3    |
4 LL |     fn 32() {}
5    |        ^^ expected identifier
6
7 error: aborting due to previous error
8