Turn tcx.vtable_allocation() into a query.
This commit is contained in:
committed by
Michael Woerister
parent
a1e2c0f0ad
commit
b7cc99142a
@@ -2050,6 +2050,7 @@ pub fn provide(providers: &mut ty::query::Providers) {
|
||||
trait_impls_of: trait_def::trait_impls_of_provider,
|
||||
type_uninhabited_from: inhabitedness::type_uninhabited_from,
|
||||
const_param_default: consts::const_param_default,
|
||||
vtable_allocation: vtable::vtable_allocation_provider,
|
||||
..*providers
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user