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

11 lines
260 B
Plaintext
Raw Normal View History

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