]> git.lizzy.rs Git - rust.git/blob - tests/ui/generator/issue-48048.stderr
Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco
[rust.git] / tests / ui / generator / issue-48048.stderr
1 error[E0626]: borrow may still be in use when generator yields
2   --> $DIR/issue-48048.rs:9:9
3    |
4 LL |         x.0({
5    |         ^^^
6 LL |             yield;
7    |             ----- possible yield occurs here
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0626`.