]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-13853-5.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-13853-5.stderr
CommitLineData
8faf50e0 1error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates
0731742a 2 --> $DIR/issue-13853-5.rs:7:10
8faf50e0
XL
3 |
4LL | impl<'a, T: Deserializable> Deserializable for &'a str {
5 | ^ unconstrained type parameter
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0207`.