We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c4287 commit a9ead34Copy full SHA for a9ead34
compiler/rustc_error_codes/src/error_codes/E0373.md
@@ -70,5 +70,5 @@ fn game_loop(v: Arc<Vec<usize>>) {}
70
```
71
72
Similarly to closures, `async` blocks are not executed immediately and may
73
-capture closed-over data by reference. For more information, see
74
-https://rust-lang.github.io/async-book/03_async_await/01_chapter.html.
+capture closed-over data by reference. For more information, see
+https://rust-lang.github.io/async-book/03_async_await/01_chapter.html.
0 commit comments