blob: 220520c3862ca9821102223b55e535e0b223495f [file] [log] [blame]
error[E0627]: yield statement outside of generator literal
--> $DIR/yield-in-static.rs:3:18
|
LL | static B: u8 = { yield 3u8; 3u8};
| ^^^^^^^^^
error: aborting due to previous error