Skip to content

Colors from rustc are not shown on Windows. #8089

Closed
@steffahn

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);
}

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