Sign in
rust
/
rust
/
2d3dfece0346f805c6d4fa86c2e8a20ca3eef6ca
/
.
/
tests
/
rustdoc-html
/
edition-flag.rs
blob: c57c8d50b23570589816ed7f21701e8b255c26c0 [
file
]
//@ compile-flags:--test
//@ edition:2018
/// ```rust
/// fn main() {
/// let _ = async { };
/// }
/// ```
fn
main
()
{
let
_
=
async
{
};
}