]> git.proxmox.com Git - cargo.git/commit
Cap lints for upstream deps with `-vv`
authorAlex Crichton <alex@alexcrichton.com>
Mon, 13 Mar 2017 17:15:36 +0000 (10:15 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 13 Mar 2017 22:20:59 +0000 (15:20 -0700)
commit684790f8e2f5aa9038733787253ffdcad779fb9f
treecd7c5b38c527b9a81033ee792010794d08cbd4e7
parent4a3c0a63b07e9a4feb41cb11de37c92a09db5a60
Cap lints for upstream deps with `-vv`

Previously with `-vv` Cargo didn't pass `--cap-lints` at all, but with upstream
dependencies we still want to pass at least `--cap-lints warn` to make sure that
they're all still compiling.

Closes #3823
src/cargo/ops/cargo_rustc/mod.rs
tests/registry.rs