• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0658]: yield syntax is experimental
2 --> $DIR/yield_in_nested_fn.rs:6:13
3  |
46 |             yield "hello";
5  |             ^^^^^^^^^^^^^
6  |
7  = note: see issue #43122 <https://github.com/rust-lang/rust/issues/43122> for more information
8
9error[E0627]: yield expression outside of generator literal
10 --> $DIR/yield_in_nested_fn.rs:6:13
11  |
126 |             yield "hello";
13  |             ^^^^^^^^^^^^^
14
15Some errors have detailed explanations: E0627, E0658.
16For more information about an error, try `rustc --explain E0627`.
17