Rollup merge of #74694 - GuillaumeGomez:cleanup-e0727, r=Dylan-DPC

Clean up E0727 explanation

r? @Dylan-DPC
This commit is contained in:
Yuki Okushi 2020-07-24 18:56:42 +09:00 committed by GitHub
commit 2406c932d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)]