blob: 06561853dee8cbc3019d5587531111ba31f7811a [file] [log] [blame]
error[E0626]: borrow may still be in use when generator yields
--> $DIR/yield-in-args.rs:18:14
|
18 | foo(&b, yield); //~ ERROR
| ^ ----- possible yield occurs here
error: aborting due to previous error