summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-13853-5.stderr
blob: 1eead9563286cdb67279e3278038266da7e8bc00 (plain)
1
2
3
4
5
6
7
8
9
error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates
  --> $DIR/issue-13853-5.rs:7:10
   |
LL | impl<'a, T: Deserializable> Deserializable for &'a str {
   |          ^ unconstrained type parameter

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0207`.