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
|
|
|