]> git.proxmox.com Git - rustc.git/blob - src/test/ui/traits/vtable/vtable-vacant.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / traits / vtable / vtable-vacant.stderr
1 error: Vtable entries for `<S as B>`: [
2 MetadataDropInPlace,
3 MetadataSize,
4 MetadataAlign,
5 Method(<S as A>::foo_a1),
6 Vacant,
7 Method(<S as B>::foo_b1),
8 Vacant,
9 ]
10 --> $DIR/vtable-vacant.rs:13:1
11 |
12 LL | / trait B: A {
13 LL | |
14 LL | | fn foo_b1(&self) {}
15 LL | | fn foo_b2() where Self: Sized {}
16 LL | | }
17 | |_^
18
19 error: aborting due to previous error
20