11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
|
error: proc macro panicked
|
||
|
--> $DIR/invalid-punct-ident-3.rs:16:1
|
||
|
|
|
||
|
LL | invalid_raw_ident!(); //~ ERROR proc macro panicked
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= help: message: `"self"` is not a valid raw identifier
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|