Closed
Description
Docs: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#package-features
A tracking issue for #5353 and #5351. Historically, --feature
and related flags applied to the current package, and not to the package, specified via --package
. This is a bug, but fixing it could break someone's code, so currently new behavior exists under -Z package-features
opt-in. We need to check if it breaks code in the wild to see what we should do next.