2018-05-05 14:45:59 -05:00
|
|
|
error: proc macro panicked
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/invalid-punct-ident-3.rs:6:1
|
2018-05-05 14:45:59 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | invalid_raw_ident!();
|
2018-05-05 14:45:59 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
= help: message: `"self"` is not a valid raw identifier
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|