We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28b9354 + 1581b97 commit 783f3a1Copy full SHA for 783f3a1
compiler/rustc_error_codes/src/error_codes/E0794.md
@@ -59,6 +59,6 @@ In the definition of `bar`, the lifetime parameter `'a` is late-bound, while
59
where `'a` is universally quantified and `'b` is substituted by a specific
60
lifetime. It is not allowed to explicitly specify early-bound lifetime
61
arguments when late-bound lifetime parameters are present (as for `bar_fn2`,
62
-see issue #42868: https://github.com/rust-lang/rust/issues/42868), although the
+see [issue #42868](https://github.com/rust-lang/rust/issues/42868)), although the
63
types that are constrained by early-bound parameters can be specified (as for
64
`bar_fn3`).
0 commit comments