]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/ty/flags.rs
Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr
[rust.git] / compiler / rustc_middle / src / ty / flags.rs
index 7201737be657bc100c9287f5df65e1025fdecbf5..ee4b8f91c54873a075d1ed9712359e231b02fa86 100644 (file)
@@ -259,6 +259,7 @@ fn add_predicate_atom(&mut self, atom: ty::PredicateKind<'_>) {
             ty::PredicateKind::TypeWellFormedFromEnv(ty) => {
                 self.add_ty(ty);
             }
+            ty::PredicateKind::Ambiguous => {}
         }
     }