about summary refs log tree commit diff
path: root/tests/ui/parser/raw/raw-literal-underscore.stderr
blob: 2edba430d1d62cdf618418103eb0baf10047308d (plain)
1
2
3
4
5
6
7
8
error: `_` cannot be a raw identifier
  --> $DIR/raw-literal-underscore.rs:2:9
   |
LL |     let r#_: ();
   |         ^^^

error: aborting due to 1 previous error