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 c005be9 commit 5f36fc7Copy full SHA for 5f36fc7
src/panic-handler.md
@@ -5,7 +5,7 @@ The `#[panic_handler]` attribute must be applied to a function with signature `f
5
-> !` and such function must appear *once* in the dependency graph of a binary / dylib / cdylib
6
crate. The API of `PanicInfo` can be found in the [API docs].
7
8
-[API docs]: https://doc.rust-lang.org/nightly/core/panic/struct.PanicInfo.html
+[API docs]: ../core/panic/struct.PanicInfo.html
9
10
Given that `#![no_std]` applications have no *standard* output and that some `#![no_std]`
11
applications, e.g. embedded applications, need different panicking behaviors for development and for
0 commit comments