summary refs log tree commit diff
path: root/src/test/ui/feature-gate-generators.stderr
blob: 91749894eb64d7ca8c4786531fa695d208c5a4bd (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: yield syntax is experimental
  --> $DIR/feature-gate-generators.rs:12:5
   |
LL |     yield true; //~ ERROR yield syntax is experimental
   |     ^^^^^^^^^^
   |
   = help: add #![feature(generators)] to the crate attributes to enable

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.