mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
76adf05cfb
I was surprised to find that running with `-Zparse-only` only parses the crate root file. Other files aren't parsed because that happens later during expansion. This commit renames the option and updates the help message to make this clearer.