2020-02-04 06:35:38 -06:00
|
|
|
error[E0628]: too many parameters for a generator (expected 0 or 1 parameters)
|
2020-01-24 16:00:45 -06:00
|
|
|
--> $DIR/too-many-parameters.rs:4:5
|
|
|
|
|
|
|
|
|
LL | |(), ()| {
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2020-03-09 15:34:48 -05:00
|
|
|
For more information about this error, try `rustc --explain E0628`.
|