-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.0.105 doesn't work at all on windows 10/msvc target/rust 1.16.0-nightly 2017-01-03 #1422
Comments
I suspect that cargo install borked something there. Try again, with (It works for me locally) |
sadly a reinstall (or, actually, an upgrade to the just-released 0.0.106) didn't fix the problem:
|
huh. no idea what can cause that. |
|
@Arnavion Good catch, that does seem to be the problem. So the question is... whose fault is it that that path isn't on my environment when Should rustup be putting that toolchain-specific bin path on my PATH, or is it the user's responsibility? |
Yes, the default behavior is that rustup does not include that directory in the PATH for |
Ran into this as well. Related: rust-lang/cargo#3394 |
Visual Studio Code is showing clippy as erroring out with "Completed with code 3221225781". I assume that's the same issue. Installed nightly/clippy/source via rustup, Win10, MSVC. |
|
we could make |
This bug seems to be present still on Windows 10, when invoking |
I think we can close this issue. This is long outdated and we haven't seen bugs like this for a long time. |
I just updated rust nightly and ran
cargo install clippy
. Whereas beforecargo clippy
would print an error about how there is no clippy subcommand, now it exits very quickly without printing anything to the screen. Likewise forcargo clippy --help
andcargo clippy --version
.On Powershell,
$lastExitCode
is being set to the rather weird value -1073741515. (for comparison, when I run e.g. acargo 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.The text was updated successfully, but these errors were encountered: