blob: 35be1fcd28d1c6460d66a7167c964c38d0f14c7c (
plain)
1
2
3
4
5
6
7
8
9
|
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`.
|