blob: 6242ec0f548c95c54eb5bab39cd1f3238ba5f984 [file] [log] [blame]
error[E0626]: borrow may still be in use when generator yields
--> $DIR/yield-in-args.rs:18:13
|
LL | foo(&b, yield); //~ ERROR
| ^^ ----- possible yield occurs here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0626`.