X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_trait_selection%2Fsrc%2Ftraits%2Fwf.rs;h=7c5e147a950f19ba225a50d558f876e04ccc4647;hb=a64ef7d07d0411315be85a646586cb85eeb9c136;hp=767e31ddf781a9666bde067a1162e10ada3f478a;hpb=40fda7b3fe2b10c6e1a0568b59516f5e7f381886;p=rust.git diff --git a/compiler/rustc_trait_selection/src/traits/wf.rs b/compiler/rustc_trait_selection/src/traits/wf.rs index 767e31ddf78..7c5e147a950 100644 --- a/compiler/rustc_trait_selection/src/traits/wf.rs +++ b/compiler/rustc_trait_selection/src/traits/wf.rs @@ -551,6 +551,7 @@ fn compute(&mut self, arg: GenericArg<'tcx>) { | ty::Error(_) | ty::Str | ty::GeneratorWitness(..) + | ty::GeneratorWitnessMIR(..) | ty::Never | ty::Param(_) | ty::Bound(..)