rust/compiler/rustc_errors/src/json
Nicholas Nethercote 437325bdd4 Inline and remove HumanReadableErrorType::new_emitter.
And likewise with `ColorConfig::suggests_using_colors`. They both have a
single call site. And note that `BufWriter::supports_color()` always
returns false, which enables a small bit of constant folding along the
way.
2024-02-29 17:16:27 +11:00
..
tests.rs Inline and remove HumanReadableErrorType::new_emitter. 2024-02-29 17:16:27 +11:00