mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-06 15:20:12 +00:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
error: unexpected `==`
|
|
--> $DIR/issue-101477-let.rs:4:11
|
|
|
|
|
LL | let x == 2;
|
|
| ^^ help: try using `=` instead
|
|
|
|
error: aborting due to previous error
|
|
|