]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/maps/config.rs
Auto merge of #45761 - gnzlbg:xsave_feature, r=alexcrichton
[rust.git] / src / librustc / ty / maps / config.rs
index 8f8cda0e0f1d1dff3c4be091232d5595ce0635bc..deaafd1efed450a710745e464ddf71eb27fcd625 100644 (file)
@@ -532,3 +532,9 @@ fn describe(_tcx: TyCtxt, _: CrateNum) -> String {
         format!("seeing if the crate has enabled `Copy` closures")
     }
 }
+
+impl<'tcx> QueryDescription for queries::fully_normalize_monormophic_ty<'tcx> {
+    fn describe(_tcx: TyCtxt, _: Ty) -> String {
+        format!("normalizing types")
+    }
+}