]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate-generators.stderr
New upstream version 1.28.0~beta.14+dfsg1
[rustc.git] / src / test / ui / feature-gate-generators.stderr
CommitLineData
94b46f34 1error[E0658]: yield syntax is experimental (see issue #43122)
ff7c6d11
XL
2 --> $DIR/feature-gate-generators.rs:12:5
3 |
0531ce1d 4LL | yield true; //~ ERROR yield syntax is experimental
ff7c6d11
XL
5 | ^^^^^^^^^^
6 |
7 = help: add #![feature(generators)] to the crate attributes to enable
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0658`.