mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
d5a406bb66
Cleanup the computation of lint levels This now uses an `IndexVec` and a special root `LintStackIndex = 0` to encode command-line levels.
For more information about how rustc works, see the rustc dev guide.