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 a21e056 commit 70bf08bCopy full SHA for 70bf08b
src/libstd/panicking.rs
@@ -221,7 +221,7 @@ impl<'a> PanicInfo<'a> {
221
///
222
/// panic::set_hook(Box::new(|panic_info| {
223
/// if let Some(location) = panic_info.location() {
224
- /// println!("panic occurred in file '{}' at line {}", location.file(), location.line());
+ /// println!("panic occurred in file '{}' at line {}", location.file(), location.line());
225
/// } else {
226
/// println!("panic occurred but can't get location information...");
227
/// }
0 commit comments