]> git.proxmox.com Git - rustc.git/blob - src/test/ui/generator/yield-in-const.stderr
New upstream version 1.22.1+dfsg1
[rustc.git] / src / test / ui / generator / yield-in-const.stderr
1 error[E0601]: main function not found
2
3 error[E0627]: yield statement outside of generator literal
4 --> $DIR/yield-in-const.rs:13:17
5 |
6 13 | const A: u8 = { yield 3u8; 3u8};
7 | ^^^^^^^^^
8
9 error: aborting due to 2 previous errors
10