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

11 lines
226 B
Plaintext
Raw Normal View History

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