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