]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/invalid-punct-ident-3.stderr
Rollup merge of #104158 - Ayush1325:executable, r=Mark-Simulacrum
[rust.git] / src / test / 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