summaryrefslogtreecommitdiffstats
path: root/src/test/ui/async-await/issues/issue-54752-async-block.rs
blob: a8165ae6c32693f24034b9528af8f17f9eb06152 (plain)
1
2
3
4
5
6
7
// run-pass

// edition:2018
// pp-exact

fn main() { let _a = (async { }); }
//~^ WARNING unnecessary parentheses around assigned value