We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dbb8b6 + bde1ccf commit 2377a50Copy full SHA for 2377a50
src/librustc_error_codes/error_codes/E0670.md
@@ -1,6 +1,6 @@
1
Rust 2015 does not permit the use of `async fn`.
2
3
-Example of erroneous code:
+Erroneous code example:
4
5
```compile_fail,E0670
6
async fn foo() {}
0 commit comments