]> git.proxmox.com Git - rustc.git/blob - src/test/ui/nll/relate_tys/opaque-hrtb.stderr
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / nll / relate_tys / opaque-hrtb.stderr
1 error: implementation of `MyTrait` is not general enough
2 --> $DIR/opaque-hrtb.rs:11:5
3 |
4 LL | bar()
5 | ^^^^^ implementation of `MyTrait` is not general enough
6 |
7 = note: `impl MyTrait<&'2 str>` must implement `MyTrait<&'1 str>`, for any lifetime `'1`...
8 = note: ...but it actually implements `MyTrait<&'2 str>`, for some specific lifetime `'2`
9
10 error: aborting due to previous error
11