Skip to content

Colors from rustc are not shown on Windows. #8089

Closed

Description

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);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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