Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ compile-flags:--crate-type=lib
//@ edition:2021
//@ check-pass
trait T {
#[allow(async_fn_in_trait)]
async fn foo();
}