Skip to content

Tags: salzig/cargo

Tags

homu-tmp

Toggle homu-tmp's commit message
Auto merge of rust-lang#2005 - sfackler:wildcard-warnings, r=alexcric…

…hton

r? @alexcrichton 

Any ideas on how to make a reliable test for this? Making a test with multiple dependencies on stuff off of crates.io seems to make output pretty nondeterministic wrt download and compilation ordering.

v0.0.1-pre

Toggle v0.0.1-pre's commit message
auto merge of rust-lang#988 : Gekkio/cargo/zsh-run-normal-args, r=ale…

…xcrichton

Running a Rust program with some arguments such as files is a common use
case. The ZSH completion did not declare support for extra arguments to
"cargo run", so file completion was impossible. In practice pressing TAB
after writing "cargo run -- " gave no completion at all.

After this patch, cargo run can do "normal completion",
which in practice does file/directory completion. This works nicely
with "cargo run -- ".