]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_infer/src/traits/project.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / compiler / rustc_infer / src / traits / project.rs
index 18469208731c8ebe2c883ac9b045ee7f305dd195..5d22f9f972e10626b34adecb59283ba04905db0e 100644 (file)
@@ -20,7 +20,7 @@ pub struct MismatchedProjectionTypes<'tcx> {
     pub err: ty::error::TypeError<'tcx>,
 }
 
-#[derive(Clone, TypeFoldable)]
+#[derive(Clone, TypeFoldable, TypeVisitable)]
 pub struct Normalized<'tcx, T> {
     pub value: T,
     pub obligations: Vec<PredicateObligation<'tcx>>,