blob: 12fb77d8dd637efccac6bfb1cc21701d142ab6c8 [file] [log] [blame]
error: `async fn` return type cannot contain a projection or `Self` that references lifetimes from a parent scope
--> $DIR/issue-61949-self-return-type.rs:11:40
|
LL | pub async fn new(_bar: &'a i32) -> Self {
| ^^^^
error: aborting due to previous error