-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Enabling features from [replace] or [patch] doesn't work #3034
Comments
Was the |
It was, yes. |
Ok, finally got around to investigating this. Yes it's true that Cargo today currently ignores This raises an interesting question to me, though. Should we try to read Thoughts? @wycats? |
Isn't this the same as #3033 ? |
This issue is about changing the set of features in a |
@rustbot claim |
Warning when using features in patch part of #3034
If I add a path replacement for an existing dependency in my Cargo.toml, then add a nonexistent feature to it (eg.
"js:0.1.3" = {path = "../rust-mozjs", features = ["nonexistent_feature"]}
, Cargo does not complain. This implies to me that it's also impossible to enable existing features, since I'm having trouble with that as well.The text was updated successfully, but these errors were encountered: