1error[E0658]: yield syntax is experimental 2 --> tests/ui/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 --> tests/ui/yield_in_nested_fn.rs:6:13 11 | 126 | yield "hello"; 13 | ^^^^^^^^^^^^^ 14