mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-23 20:10:30 +00:00
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
error: `_` cannot be a raw identifier
|
|
--> $DIR/raw-literal-underscore.rs:2:9
|
|
|
|
|
LL | let r#_: ();
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|