]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/invalid-punct-ident-3.stderr
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / proc-macro / invalid-punct-ident-3.stderr
1 error: proc macro panicked
2   --> $DIR/invalid-punct-ident-3.rs:7:1
3    |
4 LL | invalid_raw_ident!();
5    | ^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: message: `self` cannot be a raw identifier
8
9 error: aborting due to previous error
10