]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_traits/src/normalize_erasing_regions.rs
Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiser
[rust.git] / compiler / rustc_traits / src / normalize_erasing_regions.rs
index 58b718ed12766b15ac9ddd7206e64c44d1c7ab8c..2da64d73d34ac8de76e97e34a6aa2acfc0c150b3 100644 (file)
@@ -18,9 +18,6 @@ pub(crate) fn provide(p: &mut Providers) {
 
             try_normalize_after_erasing_regions(tcx, goal)
         },
-        try_normalize_mir_const_after_erasing_regions: |tcx, goal| {
-            try_normalize_after_erasing_regions(tcx, goal)
-        },
         ..*p
     };
 }