2017-07-29 09:05:50 -07:00
|
|
|
error[E0626]: borrow may still be in use when generator yields
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/yield-in-args.rs:8:14
|
2017-07-15 06:52:49 -04:00
|
|
|
|
|
2018-02-23 03:42:32 +03:00
|
|
|
LL | foo(&b, yield); //~ ERROR
|
2017-07-16 04:05:35 +02: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`.
|