]> git.proxmox.com Git - rustc.git/blame - src/test/ui/hrtb/due-to-where-clause.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / hrtb / due-to-where-clause.stderr
CommitLineData
e1599b0c 1error: implementation of `Foo` is not general enough
e74abb32 2 --> $DIR/due-to-where-clause.rs:2:5
e1599b0c
XL
3 |
4LL | test::<FooS>(&mut 42);
5 | ^^^^^^^^^^^^ implementation of `Foo` is not general enough
e1599b0c
XL
6 |
7 = note: `FooS<'_>` must implement `Foo<'0>`, for any lifetime `'0`...
8 = note: ...but `FooS<'_>` actually implements `Foo<'1>`, for some specific lifetime `'1`
9
10error: aborting due to previous error
11