]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/issue-69136-inner-lifetime-resolve-error.min_tait.stderr
Auto merge of #82347 - the8472:parallelize-tidy, r=Mark-Simulacrum
[rust.git] / src / test / ui / type-alias-impl-trait / issue-69136-inner-lifetime-resolve-error.min_tait.stderr
1 error[E0261]: use of undeclared lifetime name `'a`
2   --> $DIR/issue-69136-inner-lifetime-resolve-error.rs:20:65
3    |
4 LL | type Return<A> = impl WithAssoc<A, AssocType = impl SomeTrait + 'a>;
5    |             -                                                   ^^ undeclared lifetime
6    |             |
7    |             help: consider introducing lifetime `'a` here: `'a,`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0261`.