mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 07:53:26 +00:00
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
|
|
|