error: vtable entries for ``: [ MetadataDropInPlace, MetadataSize, MetadataAlign, Method(::foo_a1), Vacant, Method(::foo_b1), Vacant, ] --> $DIR/vtable-vacant.rs:15:1 | LL | / trait B: A { LL | | LL | | fn foo_b1(&self) {} LL | | fn foo_b2(&self) where Self: Send {} LL | | } | |_^ error: aborting due to previous error