-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Cannot extend build directives within cargo #11461
Copy link
Copy link
Closed
Labels
A-build-scriptsArea: build.rs scriptsArea: build.rs scriptsC-bugCategory: bugCategory: bugE-easyExperience: EasyExperience: EasyS-acceptedStatus: Issue or feature is accepted, and has a team member available to help mentor or reviewStatus: Issue or feature is accepted, and has a team member available to help mentor or review
Metadata
Metadata
Assignees
Labels
A-build-scriptsArea: build.rs scriptsArea: build.rs scriptsC-bugCategory: bugCategory: bugE-easyExperience: EasyExperience: EasyS-acceptedStatus: Issue or feature is accepted, and has a team member available to help mentor or reviewStatus: Issue or feature is accepted, and has a team member available to help mentor or review
Type
Fields
Give feedbackNo fields configured for issues without a type.
Because of
cargo:KEY=VALUE, it isn't safe to addcargo:error=(or any other directive) as it can be interpreted as a KEY/VALUE, blocking #10159.