9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
|
error[E0624]: borrow may still be in use when generator yields
|
||
|
--> $DIR/yield-in-args.rs:18:8
|
||
|
|
|
||
|
18 | \t\tfoo(&b, yield); //~ ERROR
|
||
|
| \t\t ^ ----- possible yield occurs here
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|