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