8000
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 63fe960 commit a239d5bCopy full SHA for a239d5b
core/src/panic/panic_info.rs
@@ -72,7 +72,7 @@ impl<'a> PanicInfo<'a> {
72
73
/// Returns the payload associated with the panic.
74
///
75
- /// On `core::panic::PanicInfo`, this method never returns anything useful.
+ /// On this type, `core::panic::PanicInfo`, this method never returns anything useful.
76
/// It only exists because of compatibility with [`std::panic::PanicHookInfo`],
77
/// which used to be the same type.
78
0 commit comments