Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
highlight: rust: recognise more enum variants
Now we recognise any PascalCase::PascalCase.method() as being Enum::Variant.method(). We recognise PascalCase::PascalCase.field too, but I don't think that's legal anywhere as the lhs of the dot can only be a unit enum variant or an associated type, neither of which can have fields.
- Loading branch information