2017-07-29 09:05:50 -07:00
|
|
|
error[E0626]: borrow may still be in use when generator yields
|
2017-07-16 05:03:21 -04:00
|
|
|
--> $DIR/yield-in-args.rs:18:14
|
2017-07-15 06:52:49 -04:00
|
|
|
|
|
2017-07-16 04:05:35 +02:00
|
|
|
18 | foo(&b, yield); //~ ERROR
|
|
|
|
| ^ ----- possible yield occurs here
|
2017-07-15 06:52:49 -04:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2018-02-19 21:40:25 +01:00
|
|
|
If you want more information on this error, try using "rustc --explain E0626"
|