]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generator/yield-in-args.stderr
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
[rust.git] / src / test / ui / generator / yield-in-args.stderr
1 error[E0626]: borrow may still be in use when generator yields
2   --> $DIR/yield-in-args.rs:8:13
3    |
4 LL |         foo(&b, yield);
5    |             ^^  ----- possible yield occurs here
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0626`.