Skip to content

stdin().read_u8 results in unknown error (OS Error 8 (FormatMessageW() returned error 15105)) #13304

Closed
@ghost

Description

match std::io::stdin().read_u8() {
    Ok(_) => (),
    Err(e) => println!("{}",e)
}

Output: "unknown error (OS Error 8 (FormatMessageW() returned error 15100))"

Win 7
rustc 0.10
host: i686-pc-mingw32

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-windowsOperating system: Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions