blob: 663bb70d7a07fd93018005c963d4c283c11ce83b [file] [log] [blame]
error[E0627]: yield statement outside of generator literal
--> $DIR/yield-in-const.rs:3:17
|
LL | const A: u8 = { yield 3u8; 3u8};
| ^^^^^^^^^
error: aborting due to previous error