rust/src/test/ui/generator/yield-in-args.stderr
John Kåre Alsaker d32428bc5f Remove tabs
2017-07-28 15:46:27 +02:00

9 lines
234 B
Plaintext

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