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