Allow to set panic='abort'
in build-override
#12647
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
Currently trying to create a section
[profile.dev.build-override]
withpanic='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 withoutpanic='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
The text was updated successfully, but these errors were encountered: