]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_middle/src/ty/mod.rs
New upstream version 1.56.0+dfsg1
[rustc.git] / compiler / rustc_middle / src / ty / mod.rs
index d01ca27b8511895b78102b6c087c1cd496e33fb1..1bb9a86110cf69003ec01630748089fc41656952 100644 (file)
@@ -2046,6 +2046,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
     };
 }