DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.78.0%2Bdfsg1-2~deb12u3 / tests / ui / async-await / in-trait / issue-102219.rs
12345678
//@ compile-flags:--crate-type=lib //@ edition:2021 //@ check-pass trait T { #[allow(async_fn_in_trait)] async fn foo(); }