Skip to content

Commit

Permalink
Rollup merge of #74694 - GuillaumeGomez:cleanup-e0727, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Clean up E0727 explanation

r? @Dylan-DPC
  • Loading branch information
JohnTitor authored Jul 24, 2020
2 parents 90f2816 + 9be9d72 commit 2406c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0727.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit 2406c93

Please sign in to comment.