rust/tests/ui/proc-macro/invalid-punct-ident-2.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
214 B
Plaintext
Raw Normal View History

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