Skip to content

Colors from rustc are not shown on Windows. #8089

Description

@steffahn

Environment is Windows 7 with cmd.exe. Rust and cargo are stable 1.42, nightly does the same.

Here’s a screenshot:
Screenshot

struct S;
fn main() {
    let x = S;
    drop(x);
    drop(x);
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-console-outputArea: Terminal output, colors, progress bar, etc.C-bugCategory: bugO-windowsOS: Windows

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions