X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir_analysis%2Fsrc%2Fcoherence%2Finherent_impls.rs;h=c1b0237b2d1f13813c9ccd195d60441e532b4ea2;hb=33da3c3df02bb4108af3ac726eabe759109dc972;hp=dfb9824094346949c74b14f117fdd45dbaf6b375;hpb=9e79642a7b0578f69585fc59476b5269f6040c5a;p=rust.git diff --git a/compiler/rustc_hir_analysis/src/coherence/inherent_impls.rs b/compiler/rustc_hir_analysis/src/coherence/inherent_impls.rs index dfb98240943..c1b0237b2d1 100644 --- a/compiler/rustc_hir_analysis/src/coherence/inherent_impls.rs +++ b/compiler/rustc_hir_analysis/src/coherence/inherent_impls.rs @@ -240,6 +240,7 @@ fn check_item(&mut self, id: hir::ItemId) { | ty::Closure(..) | ty::Generator(..) | ty::GeneratorWitness(..) + | ty::GeneratorWitnessMIR(..) | ty::Bound(..) | ty::Placeholder(_) | ty::Infer(_) => {