blob: 47a12bbacc02500bf02de705053f372f22ccb7e4 [file] [log] [blame]
error[E0628]: generators cannot have explicit arguments
--> $DIR/no-arguments-on-generators.rs:4:15
|
LL | let gen = |start| {
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0628`.