summaryrefslogtreecommitdiffstats
path: root/src/test/ui/proc-macro/invalid-punct-ident-2.stderr
blob: 01b80768c574845b38c381566e48a0e053b8c822 (plain)
1
2
3
4
5
6
7
8
9
10
error: proc macro panicked
  --> $DIR/invalid-punct-ident-2.rs:6:1
   |
LL | invalid_ident!();
   | ^^^^^^^^^^^^^^^^
   |
   = help: message: `"*"` is not a valid identifier

error: aborting due to previous error