Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
error: unexpected `==`
--> $DIR/issue-101477-enum.rs:6:7
|
LL | B == 2
| ^^ help: try using `=` instead
= help: enum variants can be `Variant`, `Variant = <integer>`, `Variant(Type, ..., TypeN)` or `Variant { fields: Types }`
error: expected item, found `==`
| ^^ expected item
error: aborting due to 2 previous errors