mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
9deeaefdbb
Fix small bug introduced in e38cb972dc: PatIdent span was incorrect
because self.last_span was being used before the ident token was
parsed.