Skip to content

Commit 35376d9

Browse files
committed
Create and link to upstream tracking issue
1 parent d2d8d21 commit 35376d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,8 +1674,9 @@ cargo-features = ["open-namespaces"]
16741674
## panic-immediate-abort
16751675

16761676
* 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)
16771678

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
16791680

16801681
This can be enabled like so:
16811682
```toml

0 commit comments

Comments
 (0)