blob: d0575a0e47b3af0b04718c8e5872cc93b26d7c30 [file] [log] [blame]
error[E0601]: main function not found
error[E0627]: yield statement outside of generator literal
--> $DIR/yield-in-static.rs:13:18
|
13 | static B: u8 = { yield 3u8; 3u8};
| ^^^^^^^^^
error: aborting due to 2 previous errors