Clean up E0727 explanation
This commit is contained in:
parent
9e92106d45
commit
9be9d728e9
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue