We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d8d21 commit 35376d9Copy full SHA for 35376d9
src/doc/src/reference/unstable.md
@@ -1674,8 +1674,9 @@ cargo-features = ["open-namespaces"]
1674
## panic-immediate-abort
1675
1676
* Tracking Issue: [#16042](https://github.com/rust-lang/cargo/issues/16042)
1677
+* Upstream Tracking Issue: [rust-lang/rust#147286](https://github.com/rust-lang/rust/issues/147286)
1678
-Allow use of the ImmediateAbort panic strategy in a Cargo profile
1679
+Allow use of [`-Cpanic=immediate-abort`](doc.rust-lang.org/nightly/rustc/codegen-options/index.html#panic) through a Cargo profile
1680
1681
This can be enabled like so:
1682
```toml
0 commit comments