Skip to content

Commit d99b9db

Browse files
authored
Rollup merge of rust-lang#103924 - PeteDevoy:patch-1, r=estebank
Fix broken link in description of error code E0706 Corresponding subsection in async book is `07.05` not `07.06`. The information on the linked page is the same so it may be reasonable to remove the whole sentence.
2 parents 22725de + 4b5cff5 commit d99b9db

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/E0706.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ You might be interested in visiting the [async book] for further information.
5656
[`async-trait` crate]: https://crates.io/crates/async-trait
5757
[async-is-hard]: https://smallcultfollowing.com/babysteps/blog/2019/10/26/async-fn-in-traits-are-hard/
5858
[Generic Associated Types]: https://github.com/rust-lang/rust/issues/44265
59-
[async book]: https://rust-lang.github.io/async-book/07_workarounds/06_async_in_traits.html
59+
[async book]: https://rust-lang.github.io/async-book/07_workarounds/05_async_in_traits.html

0 commit comments

Comments
 (0)