-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.Z-build-stdNightly: build-stdNightly: build-std
Description
Some of my custom targets require me to enable build-std, which currently I can enable through .cargo/config.toml
[unstable]
build-std = ["core"]
but this means it is enabled for every target. However I don't necessarily want it for build in targets, it would be nice if in my .cargo/config.toml I could specify something like
[target.custom-target.unstable]
build-std = ["core"]
If this is already possible but with a different syntax consider this issue closed
messense, esposm03, reddec, jounathaen, YtvwlD and 35 moreAlixANNERAUD and bravely-beep
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.Z-build-stdNightly: build-stdNightly: build-std