2017-07-29 11:05:50 -05:00
|
|
|
error[E0626]: borrow may still be in use when generator yields
|
2019-04-22 02:40:08 -05:00
|
|
|
--> $DIR/yield-in-args.rs:8:13
|
2017-07-15 05:52:49 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | foo(&b, yield);
|
2019-04-22 02:40:08 -05:00
|
|
|
| ^^ ----- possible yield occurs here
|
2017-07-15 05:52:49 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-03-03 08:59:40 -06:00
|
|
|
For more information about this error, try `rustc --explain E0626`.
|