Skip to content

Commit

Permalink
Rollup merge of #109501 - lukas-code:link, r=WaffleLapkin
Browse files Browse the repository at this point in the history
make link clickable
  • Loading branch information
matthiaskrgr committed Mar 22, 2023
2 parents 28b9354 + 1581b97 commit 783f3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_error_codes/src/error_codes/E0794.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ In the definition of `bar`, the lifetime parameter `'a` is late-bound, while
where `'a` is universally quantified and `'b` is substituted by a specific
lifetime. It is not allowed to explicitly specify early-bound lifetime
arguments when late-bound lifetime parameters are present (as for `bar_fn2`,
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
types that are constrained by early-bound parameters can be specified (as for
`bar_fn3`).

0 comments on commit 783f3a1

Please sign in to comment.