]> git.proxmox.com Git - rustc.git/blame - src/test/ui/where-clauses/where-for-self-2.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / where-clauses / where-for-self-2.stderr
CommitLineData
f035d41b
XL
1error: implementation of `Bar` is not general enough
2 --> $DIR/where-for-self-2.rs:23:5
b7449926 3 |
6a06907d
XL
4LL | foo(&X);
5 | ^^^ implementation of `Bar` is not general enough
b7449926 6 |
6a06907d
XL
7 = note: `&'0 u32` must implement `Bar`, for any lifetime `'0`...
8 = note: ...but `Bar` is actually implemented for the type `&'static u32`
b7449926
XL
9
10error: aborting due to previous error
11