Extend config to use metadata
keys, like build script directives
#13211
Labels
A-configuration
Area: cargo config files and env vars
A-links
Area: `links` native library links setting
C-enhancement
Category: enhancement
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
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>
, seecargo/src/cargo/util/config/target.rs
Lines 225 to 228 in 74ef21b
The text was updated successfully, but these errors were encountered: