Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-pass
//@ edition:2018
//@ pp-exact
fn main() { let _a = (async { }); }
//~^ WARNING unnecessary parentheses around assigned value