RFC: Inheriting of default-features in Cargo#3945
RFC: Inheriting of default-features in Cargo#3945epage wants to merge 9 commits intorust-lang:masterfrom
default-features in Cargo#3945Conversation
|
This seems reasonable. Long-term, I hope we have a general mechanism for opting out of specific features that supersedes |
|
Given that this seems pretty straightforward and that multiple Cargo team members have had a chance to review it, I would like to start the FCP process. @rfcbot fcp merge cargo |
|
Team member @Muscraft has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
Allow disabling default features locally when inheriting a dependency.
Without this RFC, it is an error, see rust-lang/cargo#12162
Important
Since RFCs involve many conversations at once that can be difficult to follow, please use review comment threads on the text changes instead of direct comments on the RFC.
If you don't have a particular section of the RFC to comment on, you can click on the "Comment on this file" button on the top-right corner of the diff, to the right of the "Viewed" checkbox. This will create a separate thread even if others have commented on the file too.
Rendered