You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is with cargo 0.11.0 (ca743f3 2016-05-23) and rustc 1.10.0-nightly (764ef92ae 2016-05-19).
When using cargo build --color=never, I get colored "Compiling" from Cargo and colored diagnostics from rustc. Conversely, when using cargo build --color=always and redirecting stderr to a file, I don't get ANSI escapes in the file.
Is there a config I'm missing? Environment variables?
The text was updated successfully, but these errors were encountered:
Oh dear! Looks like this was always being ignored for the stderr stream and just didn't show up because all output went to stdout. Should have a patch soon!
This is with
cargo 0.11.0 (ca743f3 2016-05-23)
andrustc 1.10.0-nightly (764ef92ae 2016-05-19)
.When using
cargo build --color=never
, I get colored "Compiling" from Cargo and colored diagnostics from rustc. Conversely, when usingcargo build --color=always
and redirecting stderr to a file, I don't get ANSI escapes in the file.Is there a config I'm missing? Environment variables?
The text was updated successfully, but these errors were encountered: