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
When using cargo in the Windows console, it doesn't use colors. Even --color=always doesn't work. The output from rustc is colored though, just not cargo itself.
It explicitly uses TermInfo and ignores Windows entirely. That function can't even be easily fixed due to it taking a Box<Write + Send>, so the API for Shell::create and every user of it would have to be changed.