]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/invalid-punct-ident-1.stderr
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[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