Skip to content

Commit 0b67810

Browse files
Kyle StrandBatmanAoD
authored andcommitted
remove codegen reference
1 parent 9e073fc commit 0b67810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/panic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ runtime_.
3939
> default) and `panic_abort`, which immediately aborts the process (which is
4040
> non-recoverable).
4141
42-
When compiling code that is guaranteed (via a [compiler option][rustc-codegen])
43-
not to unwind, the optimizer may assume that unwinding across Rust frames is
42+
When compiling code that is guaranteed to be linked to a non-recoverable panic
43+
runtime, the optimizer may assume that unwinding across Rust frames is
4444
impossible, which can result in both code-size and runtime speed improvements.
4545

4646
[destructors]: destructors.md

0 commit comments

Comments
 (0)