]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ty_utils/src/lib.rs
Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebank
[rust.git] / compiler / rustc_ty_utils / src / lib.rs
index cce5a79ddc855cbcc5970c55855cb94edafb0fdb..7ad5cbc01ccf25293c116f05025bca179b33d0e3 100644 (file)
@@ -29,6 +29,7 @@
 mod layout_sanity_check;
 mod needs_drop;
 pub mod representability;
+mod structural_match;
 mod ty;
 
 pub fn provide(providers: &mut Providers) {
@@ -42,4 +43,5 @@ pub fn provide(providers: &mut Providers) {
     representability::provide(providers);
     ty::provide(providers);
     instance::provide(providers);
+    structural_match::provide(providers);
 }