summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/vtable/vtable-vacant.stderr
blob: 9ce1d0b7632898d9b387eed7ea5ec85888c74081 (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 1 previous error