You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.