-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
A-configurationArea: cargo config files and env varsArea: cargo config files and env varsA-linksArea: `links` native library links settingArea: `links` native library links settingC-enhancementCategory: enhancementCategory: enhancementS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Description
In #11461, we were concerned about stepping on the toes of link metadata when adding new build script directives. #12201 solved this by locking down the old build script directive syntax and making the new syntax only accept metadata explicitly with the metadata
key.
In doing this, we overlooked target.<triple>.<links>
, see
cargo/src/cargo/util/config/target.rs
Lines 225 to 228 in 74ef21b
_ => { | |
let val = value.string(key)?.0; | |
output.metadata.push((key.clone(), val.to_string())); | |
} |
joseluis
Metadata
Metadata
Assignees
Labels
A-configurationArea: cargo config files and env varsArea: cargo config files and env varsA-linksArea: `links` native library links settingArea: `links` native library links settingC-enhancementCategory: enhancementCategory: enhancementS-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Type
Projects
Status
Nominated