summaryrefslogtreecommitdiffstats
path: root/tests/ui/coroutine/yield-in-const.stderr
blob: d5748b0533753c1bfb4101638427867c877fe173 (plain)
1
2
3
4
5
6
7
8
9
error[E0627]: yield expression outside of coroutine literal
  --> $DIR/yield-in-const.rs:3:17
   |
LL | const A: u8 = { yield 3u8; 3u8};
   |                 ^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0627`.