Fix passing --features when testing multiple packages#3280
Fix passing --features when testing multiple packages#3280bors merged 1 commit intorust-lang:masterfrom
Conversation
The wrong method was being passed to resolution accidentally. Features specified via `--features` and `--no-default-features` are spec'd as only applying to the *current* package, not all packages. Closes rust-lang#3279
|
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ |
|
📌 Commit d21cb9a has been approved by |
Fix passing --features when testing multiple packages The wrong method was being passed to resolution accidentally. Features specified via `--features` and `--no-default-features` are spec'd as only applying to the *current* package, not all packages. Closes #3279
|
💔 Test failed - cargo-win-gnu-64 |
|
@bors: retry On Thursday, November 10, 2016, bors notifications@github.com wrote:
|
|
⚡ Previous build results for cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-msvc-32, cargo-win-msvc-64 are reusable. Rebuilding only cargo-cross-linux, cargo-win-gnu-64... |
|
☀️ Test successful - cargo-cross-linux, cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64 |
The wrong method was being passed to resolution accidentally. Features specified
via
--featuresand--no-default-featuresare spec'd as only applying to thecurrent package, not all packages.
Closes #3279