Skip to content

Commit 1581b97

Browse files
author
Lukas Markeffsky
committed
make link clickable
1 parent 439292b commit 1581b97

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)