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

11 lines
230 B
Plaintext
Raw Normal View History

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