]> git.proxmox.com Git - rustc.git/blame - src/test/ui/async-await/feature-async-closure.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / async-await / feature-async-closure.stderr
CommitLineData
416331ca
XL
1error[E0658]: async closures are unstable
2 --> $DIR/feature-async-closure.rs:5:13
3 |
4LL | let _ = async || {};
5 | ^^^^^
6 |
74b04a01 7 = note: see issue #62290 <https://github.com/rust-lang/rust/issues/62290> for more information
416331ca
XL
8 = help: add `#![feature(async_closure)]` to the crate attributes to enable
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0658`.