-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-features2Area: issues specifically related to the v2 feature resolverArea: issues specifically related to the v2 feature resolverC-bugCategory: bugCategory: bugCommand-tree
Description
A manifest with:
[target.'cfg(windows)'.dependencies]
log = {version="*", features=["serde"]}
Running cargo tree --target=all -Zfeatures=all
panics with:
thread 'main' panicked at 'features did not find PackageId { name: "log", version: "0.4.8", source: "registry `https://github.com/rust-lang/crates.io-index`" } false', src/cargo/core/resolver/features.rs:231:17
The problem is that the FeatureResolver
needs to be taught what "all" means.
Metadata
Metadata
Assignees
Labels
A-features2Area: issues specifically related to the v2 feature resolverArea: issues specifically related to the v2 feature resolverC-bugCategory: bugCategory: bugCommand-tree