10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
error[E0627]: yield statement outside of generator literal
|
|
--> $DIR/yield-in-function.rs:13:13
|
|
|
|
|
13 | fn main() { yield; }
|
|
| ^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|
|
If you want more information on this error, try using "rustc --explain E0627"
|