Skip to content

Commit 9fc24f6

Browse files
BatmanAoDehuss
andcommitted
Specific section of 'runtime' page
Co-authored-by: Eric Huss <[email protected]>
1 parent 19e4f7b commit 9fc24f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When compiling code that is guaranteed to be linked to a non-recoverable panic
4848
runtime, the optimizer may assume that unwinding across Rust frames is
4949
impossible, which can result in both code-size and runtime speed improvements.
5050

51-
See also ["The Rust runtime"][runtime].
51+
See also the [`panic_handler` attribute](runtime.md#the-panic_handler-attribute) which can be used to change the behavior of panics.
5252

5353
[array-indexing]: expressions/array-expr.md#array-and-slice-indexing-expressions
5454
[destructors]: destructors.md

0 commit comments

Comments
 (0)