blob: 5832c4d173c10245c4574f5c47a058be2ad345eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0283]: type annotations needed: cannot satisfy `&'a (): Foo`
--> $DIR/issue-34979.rs:6:13
|
LL | &'a (): Foo,
| ^^^
|
= note: cannot satisfy `&'a (): Foo`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0283`.
|