![]() `rustc_driver_impl::run_compiler` currently has two `interface::run_compiler` calls: one for the "no input" case, and one for the normal case. This commit merges the former into the latter, which makes the control flow easier to read and avoids some duplication. It also makes it clearer that the "no input" case will describe lints before printing crate info, while the normal case does it in the reverse order. Possibly a bug? |
||
---|---|---|
.. | ||
args.rs | ||
lib.rs | ||
pretty.rs | ||
print.rs | ||
session_diagnostics.rs | ||
signal_handler.rs |