-
Notifications
You must be signed in to change notification settings - Fork 867
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 fails to compile with default-features=false
#529
Comments
default-features=false
For anyone finding this ticket, a workaround is to add the following to your Cargo dependencies:
|
@ritchie46 I am not sure about cargo-hack -- would the idea be to check every combination of arguments? Note we supposedly already have a CI check for But clearly that did not catch this regression |
Indeed. Running |
I'm also getting this when using:
and also from a local path. Adding rand does fix this. |
I am starting to work on this one |
github got a little excited and closed this prior to the fix actually being merged |
Describe the bug
Creating a new project with this
Cargo.toml
fails to compile:Output:
This is introduced in 80a57be / #488
There are quite often feature tag related bugs that could be prevented if we'd run cargo hack in CI.
Would you be willing to accept a PR that adds those checks? @alamb @jorgecarleitao @Dandandan @jhorstmann @nevi-me
The text was updated successfully, but these errors were encountered: