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 97dfbc9 commit 629c135Copy full SHA for 629c135
src/panic-implementation.md
@@ -36,9 +36,9 @@ Actually resolving this goes through several layers of indirection:
36
37
```rust
38
/// Entry point of panic from the libcore crate.
39
-[cfg(not(test))]
40
-[panic_handler]
41
-[unwind(allowed)]
+#[cfg(not(test))]
+#[panic_handler]
+#[unwind(allowed)]
42
pub fn begin_panic_handler(info: &PanicInfo<'_>) -> ! {
43
...
44
}
0 commit comments