-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unresolved: Feature syntax #4
Comments
My proposal is that |
This doesn't quite fix the situation where you have |
Continuing from this comment: With the proposal of separator being
|
(Colons are no longer free to use, see https://doc.rust-lang.org/nightly/cargo/reference/features.html#optional-dependencies) |
Not a big blocker, we can make it |
Features can be specified as
crate/feature
, which makesfoo/bar
ambiguous with "featurebar
of cratefoo
" and "optional crate `foo/bar".We need a way to resolve ambiguity in the feature syntax
The text was updated successfully, but these errors were encountered: