Implementation: #7649
Original proposal: #6699
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#config-include
Issues: https://github.com/rust-lang/cargo/labels/Z-config-include
Summary
Adds the include config key to include other config files.
Unresolved issues
Implementation: #7649
Original proposal: #6699
Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#config-include
Issues: https://github.com/rust-lang/cargo/labels/Z-config-include
Summary
Adds the
includeconfig key to include other config files.Unresolved issues
.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?.tomlextension only. See Tracking issue for config-include #7723 (comment)FCP: #16284 (comment)