2018-05-05 22:45:59 +03:00
|
|
|
error: proc macro panicked
|
2022-09-12 22:42:04 +00:00
|
|
|
--> $DIR/invalid-punct-ident-2.rs:7:1
|
2018-05-05 22:45:59 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | invalid_ident!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2018-05-05 22:45:59 +03:00
|
|
|
|
|
|
|
|
= help: message: `"*"` is not a valid identifier
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|