Skip to content

Commit 783f3a1

Browse files
authored
Rollup merge of #109501 - lukas-code:link, r=WaffleLapkin
make link clickable
2 parents 28b9354 + 1581b97 commit 783f3a1

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0794.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ In the definition of `bar`, the lifetime parameter `'a` is late-bound, while
5959
where `'a` is universally quantified and `'b` is substituted by a specific
6060
lifetime. It is not allowed to explicitly specify early-bound lifetime
6161
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
62+
see [issue #42868](https://github.com/rust-lang/rust/issues/42868)), although the
6363
types that are constrained by early-bound parameters can be specified (as for
6464
`bar_fn3`).

0 commit comments

Comments
 (0)