From: bors Date: Fri, 11 Nov 2016 00:20:48 +0000 (-0800) Subject: Auto merge of #3280 - alexcrichton:test-features, r=brson X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=48f8f547f1722604a3c0430d1d9c504b062c0177;p=cargo.git Auto merge of #3280 - alexcrichton:test-features, r=brson 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 --- 48f8f547f1722604a3c0430d1d9c504b062c0177