mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
63303aaa65
fix: Make `--color always` always print color with `--explain` Fixes rust-lang/rust#151643. This changes the behaviour of `handle_explain` in `rustc_driver_impl` to always output color when the `--color always` flag is set. r? @tgross35