File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -875,6 +875,7 @@ unstable_cli_options!(
875
875
no_embed_metadata: bool = ( "Avoid embedding metadata in library artifacts" ) ,
876
876
no_index_update: bool = ( "Do not update the registry index even if the cache is outdated" ) ,
877
877
panic_abort_tests: bool = ( "Enable support to run tests with -Cpanic=abort" ) ,
878
+ panic_immediate_abort: bool = ( "Enable setting `panic = \" immediate-abort\" ` in profiles" ) ,
878
879
profile_hint_mostly_unused: bool = ( "Enable the `hint-mostly-unused` setting in profiles to mark a crate as mostly unused." ) ,
879
880
profile_rustflags: bool = ( "Enable the `rustflags` option in profiles in .cargo/config.toml file" ) ,
880
881
public_dependency: bool = ( "Respect a dependency's `public` field in Cargo.toml to control public/private dependencies" ) ,
@@ -890,7 +891,6 @@ unstable_cli_options!(
890
891
skip_rustdoc_fingerprint: bool ,
891
892
target_applies_to_host: bool = ( "Enable the `target-applies-to-host` key in the .cargo/config.toml file" ) ,
892
893
trim_paths: bool = ( "Enable the `trim-paths` option in profiles" ) ,
893
- panic_immediate_abort: bool = ( "Enable setting `panic = \" immediate-abort\" ` in profiles" ) ,
894
894
unstable_options: bool = ( "Allow the usage of unstable options" ) ,
895
895
warnings: bool = ( "Allow use of the build.warnings config key" ) ,
896
896
) ;
Original file line number Diff line number Diff line change @@ -1676,7 +1676,7 @@ cargo-features = ["open-namespaces"]
1676
1676
* Tracking Issue: [ #16042 ] ( https://github.com/rust-lang/cargo/issues/16042 )
1677
1677
* Upstream Tracking Issue: [ rust-lang/rust #147286 ] ( https://github.com/rust-lang/rust/issues/147286 )
1678
1678
1679
- Allow use of [ ` -Cpanic=immediate-abort ` ] ( doc.rust-lang.org/nightly /rustc/codegen-options/index.html#panic) through a Cargo profile
1679
+ Allow use of [ ` -Cpanic=immediate-abort ` ] ( ../.. /rustc/codegen-options/index.html#panic) through a Cargo profile
1680
1680
1681
1681
This can be enabled like so:
1682
1682
``` toml
You can’t perform that action at this time.
0 commit comments