-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
C-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.S-waiting-on-feedbackStatus: An implemented feature is waiting on community feedback for bugs or design concerns.Status: An implemented feature is waiting on community feedback for bugs or design concerns.T-cargoTeam: CargoTeam: CargoZ-config-includeNightly: `include` config keyNightly: `include` config keydisposition-mergeFCP with intent to mergeFCP with intent to mergeproposed-final-comment-periodAn FCP proposal has started, but not yet signed off.An FCP proposal has started, but not yet signed off.
Description
Implementation: #7649
Original proposal: #6699
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#config-include
Issues:
Z-config-include
Summary
Adds the include
config key to include other config files.
Unresolved issues
- Should there be any restriction on the filename? Currently there isn't. I was initially considering restricting to
.cargo/config-*
in case we want to safely use other filenames in.cargo/
for other purposes. However, it seems like an unnatural restriction. Another restriction is that it should maybe end in.toml
?
gilescope, Shelim, michalhosna, nepeat, saty9 and 8 more
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: A tracking issue for something unstable.Category: A tracking issue for something unstable.S-waiting-on-feedbackStatus: An implemented feature is waiting on community feedback for bugs or design concerns.Status: An implemented feature is waiting on community feedback for bugs or design concerns.T-cargoTeam: CargoTeam: CargoZ-config-includeNightly: `include` config keyNightly: `include` config keydisposition-mergeFCP with intent to mergeFCP with intent to mergeproposed-final-comment-periodAn FCP proposal has started, but not yet signed off.An FCP proposal has started, but not yet signed off.
Type
Projects
Status
Unstable, baking
Status
FCP blocked