2019-02-27 22:06:26 +03:00
|
|
|
error: `_` cannot be a raw identifier
|
|
|
|
|
--> $DIR/raw-literal-underscore.rs:2:9
|
2018-03-09 23:56:40 -06:00
|
|
|
|
|
2019-09-24 11:05:49 -07:00
|
|
|
LL | let r#_: ();
|
2019-02-27 22:06:26 +03:00
|
|
|
| ^^^
|
2018-03-09 23:56:40 -06:00
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|