We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just switched to this nightly, and cargo script suddenly fails to work. Note the help menu:
$ cargo script cargo 0.2.8 Compiles and runs "Cargoified Rust scripts". USAGE: cargo <SUBCOMMAND> FLAGS: ...
cargo-script seems to think it's a binary named cargo, not cargo-script as intended.
cargo-script
cargo
The run-cargo-script binary is also affected.
run-cargo-script
Workaround: Adding script as the third argument, as in cargo script script filename.rs seems to work.
cargo script script filename.rs
The text was updated successfully, but these errors were encountered:
@tcr I think thats related to this: rust-lang/cargo#5212.
It worked for me after upgrading from nightly 2018-03-19 to 2018-03-28.
Sorry, something went wrong.
@ryansname is correct, this looks resolved and was fixed for me in 2018-03-30. :)
No branches or pull requests
I just switched to this nightly, and cargo script suddenly fails to work. Note the help menu:
cargo-script
seems to think it's a binary namedcargo
, notcargo-script
as intended.The
run-cargo-script
binary is also affected.Workaround: Adding script as the third argument, as in
cargo script script filename.rs
seems to work.The text was updated successfully, but these errors were encountered: