]> git.proxmox.com Git - rustc.git/blame - src/test/ui/hrtb/hrtb-exists-forall-trait-contravariant.stderr
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / test / ui / hrtb / hrtb-exists-forall-trait-contravariant.stderr
CommitLineData
f035d41b
XL
1error: implementation of `Trait` is not general enough
2 --> $DIR/hrtb-exists-forall-trait-contravariant.rs:34:5
0731742a 3 |
f035d41b
XL
4LL | trait Trait<T> {}
5 | ----------------- trait `Trait` defined here
e1599b0c 6...
0731742a 7LL | foo::<()>();
f035d41b 8 | ^^^^^^^^^ implementation of `Trait` is not general enough
0731742a 9 |
f035d41b
XL
10 = note: `()` must implement `Trait<for<'b> fn(&'b u32)>`
11 = note: ...but `()` actually implements `Trait<fn(&'0 u32)>`, for some specific lifetime `'0`
0731742a
XL
12
13error: aborting due to previous error
14