-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
A-featuresArea: features — conditional compilationArea: features — conditional compilationC-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.
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.
ebkalderon, gnzlbg, dmitry-timofeev, stanislav-tkach, mtak- and 11 more
Metadata
Metadata
Assignees
Labels
A-featuresArea: features — conditional compilationArea: features — conditional compilationC-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.