mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

We want to allow setting this on the CLI, override it only in MIR passes, and disable it altogether in mir-opt tests. The default value is "only for NLL MIR dumps", which is considered off for all intents and purposes, except for `rustc_borrowck` when an NLL MIR dump is requested.