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

Building/testing a crate with features seems broken #95

Closed
pitdicker opened this issue Apr 29, 2018 · 2 comments
Closed

Building/testing a crate with features seems broken #95

pitdicker opened this issue Apr 29, 2018 · 2 comments

Comments

@pitdicker
Copy link

On the CI for Rand we have the following test for testing with stdweb:

cargo web test --target wasm32-unknown-unknown --nodejs --features=stdweb

Since yesterday it fails with the error from https://internals.rust-lang.org/t/help-us-test-the-breaking-bug-fix-to-cargo-features/7317:

error: error: cannot specify features for more than one package

Using --all-features instead works for rand.

cc @dhardy

@koute
Copy link
Owner

koute commented Apr 29, 2018

Hmm... looks like this is an issue with cargo itself. If you run this it will also generate the same error: cargo metadata --features stdweb

@koute
Copy link
Owner

koute commented Apr 29, 2018

I've created an issue here: rust-lang/cargo#5439

@koute koute closed this as completed Jul 16, 2018
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

No branches or pull requests

2 participants