summaryrefslogtreecommitdiffstats
path: root/src/test/ui/traits/vtable/vtable-vacant.stderr
blob: 5346a702716359a2f52dfe48d63713401f941450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: vtable entries for `<S as B>`: [
           MetadataDropInPlace,
           MetadataSize,
           MetadataAlign,
           Method(<S as A>::foo_a1),
           Vacant,
           Method(<S as B>::foo_b1),
           Vacant,
       ]
  --> $DIR/vtable-vacant.rs:15:1
   |
LL | trait B: A {
   | ^^^^^^^^^^

error: aborting due to previous error