]> git.proxmox.com Git - cargo.git/commit
--all-targets fixes
authorEric Huss <eric@huss.org>
Mon, 17 Sep 2018 02:41:57 +0000 (19:41 -0700)
committerEric Huss <eric@huss.org>
Mon, 17 Sep 2018 03:33:05 +0000 (20:33 -0700)
commit3a1cad6f2851401542951bc78f6ed78dcb978edd
treebe16acb2a5387ffb8cdca252dc2d5d61eef9dbcf
parentb7ef8d5763cac1e0697a3ecb810535ade55434c2
--all-targets fixes

- Fix: `cargo test --all-targets` was running lib tests three times.
- `--all-targets` help strings were wrong or misleading.
- Minor cleanup to add `Proposal` type to maybe make the code more readable.
src/bin/cargo/commands/bench.rs
src/bin/cargo/commands/build.rs
src/bin/cargo/commands/check.rs
src/bin/cargo/commands/fix.rs
src/bin/cargo/commands/rustc.rs
src/bin/cargo/commands/rustdoc.rs
src/bin/cargo/commands/test.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_test.rs
tests/testsuite/test.rs