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