41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
error: `self` cannot be a raw identifier
|
|
--> $DIR/raw-literal-self.rs:2:9
|
|
|
|
|
LL | let r#self: ();
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|