]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate-generators.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-generators.stderr
CommitLineData
2c00a5a8 1error[E0658]: yield syntax is experimental
ff7c6d11
XL
2 --> $DIR/feature-gate-generators.rs:12:5
3 |
412 | yield true; //~ ERROR yield syntax is experimental
5 | ^^^^^^^^^^
6 |
7 = help: add #![feature(generators)] to the crate attributes to enable
8
9error: aborting due to previous error
10