Skip to content

Commit 2406c93

Browse files
authored
Rollup merge of rust-lang#74694 - GuillaumeGomez:cleanup-e0727, r=Dylan-DPC
Clean up E0727 explanation r? @Dylan-DPC
2 parents 90f2816 + 9be9d72 commit 2406c93

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0727.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A `yield` clause was used in an `async` context.
22

3-
Example of erroneous code:
3+
Erroneous code example:
44

55
```compile_fail,E0727,edition2018
66
#![feature(generators)]

0 commit comments

Comments
 (0)