You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using rustc 1.41.0-beta.1 (eb3f7c2d3 2019-12-17) and rustc 1.42.0-nightly (3a3f4a7cb 2019-12-28) the new dep_kinds field of cargo-metadata's output seems to behave weirdly in some cases.
sfackler
changed the title
cargo-metadata's dep_kinds field can have multiple entries with all null values
cargo-metadata's dep_kinds field can have duplicate entries
Dec 29, 2019
Using
rustc 1.41.0-beta.1 (eb3f7c2d3 2019-12-17)
andrustc 1.42.0-nightly (3a3f4a7cb 2019-12-28)
the new dep_kinds field of cargo-metadata's output seems to behave weirdly in some cases.For example, here's the resolve node for
syn
:Note how the dependencies each have three dep_kinds entries, even though each dependency is only listed once in syn's Cargo.toml:
The text was updated successfully, but these errors were encountered: