summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/issue-48623-coroutine.stderr
blob: 1b7b1735aacb10081bc411f5904a1fb413bb6c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: unused coroutine that must be used
  --> $DIR/issue-48623-coroutine.rs:15:5
   |
LL |     move || { d; yield; &mut *r };
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: coroutines are lazy and do nothing unless resumed
   = note: `#[warn(unused_must_use)]` on by default

warning: 1 warning emitted