We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e4f7b commit 9fc24f6Copy full SHA for 9fc24f6
src/panic.md
@@ -48,7 +48,7 @@ When compiling code that is guaranteed to be linked to a non-recoverable panic
48
runtime, the optimizer may assume that unwinding across Rust frames is
49
impossible, which can result in both code-size and runtime speed improvements.
50
51
-See also ["The Rust runtime"][runtime].
+See also the [`panic_handler` attribute](runtime.md#the-panic_handler-attribute) which can be used to change the behavior of panics.
52
53
[array-indexing]: expressions/array-expr.md#array-and-slice-indexing-expressions
54
[destructors]: destructors.md
0 commit comments