]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/infer/canonical.rs
Rollup merge of #106859 - tialaramex:master, r=Nilstrieb
[rust.git] / compiler / rustc_middle / src / infer / canonical.rs
index 0b32f67a81e16bb3fcea96e999fdb1bf273b1f00..614cf1a0051da8b423c96e536cb018646518ab97 100644 (file)
@@ -213,9 +213,7 @@ pub fn is_empty(&self) -> bool {
     }
 }
 
-pub type Canonicalized<'tcx, V> = Canonical<'tcx, V>;
-
-pub type CanonicalizedQueryResponse<'tcx, T> = &'tcx Canonical<'tcx, QueryResponse<'tcx, T>>;
+pub type CanonicalQueryResponse<'tcx, T> = &'tcx Canonical<'tcx, QueryResponse<'tcx, T>>;
 
 /// Indicates whether or not we were able to prove the query to be
 /// true.