]> git.proxmox.com Git - rustc.git/blame - src/test/ui/type/type-check/issue-40294.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / type / type-check / issue-40294.stderr
CommitLineData
064997fb 1error[E0283]: type annotations needed: cannot satisfy `&'a T: Foo`
74b04a01 2 --> $DIR/issue-40294.rs:6:19
8bb4bdeb 3 |
74b04a01 4LL | where &'a T : Foo,
064997fb 5 | ^^^
60c5eb7d 6 |
ba9703b0 7 = note: cannot satisfy `&'a T: Foo`
8bb4bdeb 8
041b39d2 9error: aborting due to previous error
8bb4bdeb 10
0531ce1d 11For more information about this error, try `rustc --explain E0283`.