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