Skip to content

0.0.105 doesn't work at all on windows 10/msvc target/rust 1.16.0-nightly 2017-01-03 #1422

Closed
@radix

Description

@radix

I just updated rust nightly and ran cargo install clippy. Whereas before cargo clippy would print an error about how there is no clippy subcommand, now it exits very quickly without printing anything to the screen. Likewise for cargo clippy --help and cargo clippy --version.

On Powershell, $lastExitCode is being set to the rather weird value -1073741515. (for comparison, when I run e.g. a cargo build command with broken rust source code, I get a $lastExitCode of 101). In git-shell (bash), $? is being set to "False". I'm new to this windows stuff so I'm not really sure what the significance of that large negative number is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions