summaryrefslogtreecommitdiffstats
path: root/tests/ui/nll/relate_tys/opaque-hrtb.stderr
blob: d75ec2b57d4a57a3d40f2c8fc60e01daf95dc5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
error: implementation of `MyTrait` is not general enough
  --> $DIR/opaque-hrtb.rs:11:5
   |
LL |     bar()
   |     ^^^^^ implementation of `MyTrait` is not general enough
   |
   = note: `impl MyTrait<&'2 str>` must implement `MyTrait<&'1 str>`, for any lifetime `'1`...
   = note: ...but it actually implements `MyTrait<&'2 str>`, for some specific lifetime `'2`

error: aborting due to previous error