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