summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/invalid-punct-ident-3.stderr
blob: 158ba0d4fb7446f782c4610acc2388fec008d185 (plain)
1
2
3
4
5
6
7
8
9
10
error: proc macro panicked
  --> $DIR/invalid-punct-ident-3.rs:7:1
   |
LL | invalid_raw_ident!();
   | ^^^^^^^^^^^^^^^^^^^^
   |
   = help: message: `self` cannot be a raw identifier

error: aborting due to 1 previous error