We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e92106 commit 9be9d72Copy full SHA for 9be9d72
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