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