]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/invalid-punct-ident-1.stderr
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / test / ui / proc-macro / invalid-punct-ident-1.stderr
1 error: proc macro panicked
2   --> $DIR/invalid-punct-ident-1.rs:11:1
3    |
4 LL | invalid_punct!();
5    | ^^^^^^^^^^^^^^^^
6    |
7    = help: message: unsupported character `'`'`
8
9 error: aborting due to previous error
10