2022-06-25 12:42:23 -05:00
|
|
|
error[E0283]: type annotations needed: cannot satisfy `&'a (): Foo`
|
2020-05-06 12:13:51 -05:00
|
|
|
--> $DIR/issue-34979.rs:6:13
|
|
|
|
|
|
|
|
|
LL | &'a (): Foo,
|
2022-06-25 12:42:23 -05:00
|
|
|
| ^^^
|
2020-05-06 12:13:51 -05:00
|
|
|
|
|
2022-07-15 11:30:07 -05:00
|
|
|
= note: cannot satisfy `&'a (): Foo`
|
2022-12-10 19:39:00 -06:00
|
|
|
= help: the trait `Foo` is implemented for `&'a T`
|
2020-05-06 12:13:51 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0283`.
|