Update src/librustc_error_codes/error_codes/E0628.md
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
This commit is contained in:
parent
1305ae6813
commit
f7fcb589cf
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ fn main() {
|
|||
|
||||
At present, it is not permitted to pass more than one explicit
|
||||
parameter for a generator.This can be fixed by using
|
||||
0 or 1 parameter for generator. So, for example, we might resolve
|
||||
at most 1 parameter for the generator. For example, we might resolve
|
||||
the previous example by passing only one parameter.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue