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