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

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

11 lines
226 B
Plaintext
Raw Normal View History

error: proc macro panicked
--> $DIR/invalid-punct-ident-3.rs:7:1
|
2019-03-09 15:03:44 +03:00
LL | invalid_raw_ident!();
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^
|
2019-02-27 22:06:26 +03:00
= help: message: `self` cannot be a raw identifier
error: aborting due to 1 previous error