Sign in
fuchsia
/
third_party
/
rust
/
6f4d0bdde85f9e2a0e61bb3e16d407540ddc09ba
/
.
/
tests
/
ui
/
async-await
/
issues
/
issue-54752-async-block.rs
blob: 452b6794bee0652d2a37ec86faeb27bb5cb8b5f8 [
file
] [
log
] [
blame
]
//@ run-pass
//@ edition:2018
//@ pp-exact
fn
main
()
{
let
_a
=
(
async
{
});
}
//~^ WARNING unnecessary parentheses around assigned value