mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 02:58:49 +00:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
error: expected one of `!` or `::`, found keyword `let`
|
|
--> $DIR/public-instead-of-pub-2.rs:4:8
|
|
|
|
|
LL | public let x = 1;
|
|
| ^^^ expected one of `!` or `::`
|
|
|
|
error: aborting due to 1 previous error
|
|
|