We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bc4ef commit 4317263Copy full SHA for 4317263
src/libstd/thread/mod.rs
@@ -1275,7 +1275,7 @@ impl fmt::Debug for Thread {
1275
/// is the value the thread panicked with;
1276
/// that is, the argument the `panic!` macro was called with.
1277
/// Unlike with normal errors, this value doesn't implement
1278
-/// the [`Error`] trait.
+/// the [`Error`](std::error::Error) trait.
1279
///
1280
/// Thus, a sensible way to handle a thread panic is to either:
1281
/// 1. `unwrap` the `Result<T>`, propagating the panic
0 commit comments