blob: c096bc8c0439680b5ebba51f1a6a30999af8bc4e (
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 previous error
|