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
Currently, if you run cargo --color always build, it'll only enable colors for the output of cargo itself, but not for any errors produced by rustc. To get colors from both cargo build and rustc, you have to use the following complex command:
Currently, if you run
cargo --color always build
, it'll only enable colors for the output of cargo itself, but not for any errors produced by rustc. To get colors from bothcargo build
andrustc
, you have to use the following complex command:I think cargo should forward the
--color
argument torustc
.The text was updated successfully, but these errors were encountered: