]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generator/issue-48048.stderr
Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser
[rust.git] / src / test / 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`.