blob: 981c9f8339f1f2de5fcaf776abd0c8b20307855c (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0627]: yield statement outside of generator literal
--> $DIR/yield-in-function.rs:3:13
|
LL | fn main() { yield; }
| ^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0627`.
|