rust/src/test/ui/feature-gate-generators.stderr
2018-01-15 10:28:00 +01:00

11 lines
289 B
Plaintext

error[E0658]: yield syntax is experimental
--> $DIR/feature-gate-generators.rs:12:5
|
12 | yield true; //~ ERROR yield syntax is experimental
| ^^^^^^^^^^
|
= help: add #![feature(generators)] to the crate attributes to enable
error: aborting due to previous error