14 lines
284 B
Text
14 lines
284 B
Text
error: unexpected `==`
|
|
--> $DIR/issue-101477-enum.rs:6:7
|
|
|
|
|
LL | B == 2
|
|
| ^^ help: try using `=` instead
|
|
|
|
error: expected item, found `==`
|
|
--> $DIR/issue-101477-enum.rs:6:7
|
|
|
|
|
LL | B == 2
|
|
| ^^ expected item
|
|
|
|
error: aborting due to 2 previous errors
|
|
|