1 2 3 4 5 6 7 8 9 10 11
// Issue #122508 //@ check-pass //@ incremental //@ edition:2021 trait MyTrait { async fn bar(&self) -> i32; } fn main() {}