blob: 075dd148a878044a1f4fc668d4a3245fabcc4d58 [file] [log] [blame] [edit]
//@ check-pass
//@ edition:2018
struct A;
impl A {
async fn foo(&self, f: &u32) -> &A { self }
}
fn main() { }