summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/raw/raw-literal-self.stderr
blob: 2a40dfe200cde937ab0bd941735dc7a26b6fc531 (plain)
1
2
3
4
5
6
7
8
error: `self` cannot be a raw identifier
  --> $DIR/raw-literal-self.rs:2:9
   |
LL |     let r#self: ();
   |         ^^^^^^

error: aborting due to previous error