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