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

error: aborting due to previous error