mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 12:01:16 +00:00
Combine `NotYetParsed` and `AttributesParsed` into a single variant, because (a) that reflects the structure of the code that consumes `LhsExpr`, and (b) because that variant will have the `Option` removed in a later commit.