preserve colors in diagnostics · Issue #1117 · rust-lang/rust-playground (original) (raw)

rustc uses a lot of colors and highlighting in its errors. sometimes the output is hard to read when those are removed. consider for example this diagnostic, where it's hard to parse that the - is meant to be a highlight: Image

it would be nice if playground preserved the colors.

repro here