blob: 35be1fcd28d1c6460d66a7167c964c38d0f14c7c [file] [log] [blame]
error[E0627]: yield statement outside of generator literal
--> $DIR/yield-in-function.rs:13:13
|
LL | fn main() { yield; }
| ^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0627`.