Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master rustc can't bootstrap off of cargo nightly-2016-11-02 #3279

Closed
brson opened this issue Nov 10, 2016 · 1 comment · Fixed by #3280
Closed

master rustc can't bootstrap off of cargo nightly-2016-11-02 #3279

brson opened this issue Nov 10, 2016 · 1 comment · Fixed by #3280

Comments

@brson
Copy link
Contributor

brson commented Nov 10, 2016

Per rust-lang/rust#37635 (comment). The Rust bootstrap cargo needs to be updated, but the cargo paired with Rust 1.14 beta does not build Rust 1.15 correctly. This needs to be fixed and backported to Rust 1.14 in the next 6 weeks.

@brson
Copy link
Contributor Author

brson commented Nov 10, 2016

We also need the 1.14 beta to pair with a cargo versioned 0.15. Right now it's paired with a cargo called 0.13/0.14.

alexcrichton added a commit to alexcrichton/cargo that referenced this issue Nov 11, 2016
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
bors added a commit that referenced this issue Nov 11, 2016
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant