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 9c7fb6c commit b639cb1Copy full SHA for b639cb1
library/core/src/panic.rs
@@ -149,7 +149,7 @@ impl fmt::Display for PanicInfo<'_> {
149
150
/// A struct containing information about the location of a panic.
151
///
152
-/// This structure is created by the [`PanicInfo::location`] method of [`PanicInfo`].
+/// This structure is created by [`PanicInfo::location()`].
153
154
/// # Examples
155
0 commit comments