Clean up E0727 explanation

This commit is contained in:
Guillaume Gomez 2020-07-23 21:11:40 +02:00
parent 9e92106d45
commit 9be9d728e9

View File

@ -1,6 +1,6 @@
A `yield` clause was used in an `async` context.
Example of erroneous code:
Erroneous code example:
```compile_fail,E0727,edition2018
#![feature(generators)]