We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90f2816 + 9be9d72 commit 2406c93Copy full SHA for 2406c93
src/librustc_error_codes/error_codes/E0727.md
@@ -1,6 +1,6 @@
1
A `yield` clause was used in an `async` context.
2
3
-Example of erroneous code:
+Erroneous code example:
4
5
```compile_fail,E0727,edition2018
6
#![feature(generators)]
0 commit comments