-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
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.
Description
Problem
Currently trying to create a section [profile.dev.build-override] with panic='abort' results in error "panic may not be specified in a build-override profile".
This validation seems to have been added for the test override to make sure tests are not built without panic='unwind' according to discussions in #5384 (comment)
Proposed Solution
Remove unnecessary validation for the build override.
Notes
This issue is a spin-off of #12645
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.