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