mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
ad8db11b94
`AstValidator` tweaks When I read through `AstValidator` there were several things that tripped me up, and made the code harder to understand than I would have liked. This PR addresses them. Best reviewed one commit at a time. r? ``@davidtwco``