X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir_typeck%2Fsrc%2Finherited.rs;h=87e54025330e8a928873fc3295a31dd5e17d1a78;hb=505d05d3f753dc16720fb4bc94d68c64e892954b;hp=c6ce2f450d915111ac72ef90bdbd3c1a4a002f7d;hpb=e3048c78384d1cd7b70a0bb122d385cb67eeb06f;p=rust.git diff --git a/compiler/rustc_hir_typeck/src/inherited.rs b/compiler/rustc_hir_typeck/src/inherited.rs index c6ce2f450d9..87e54025330 100644 --- a/compiler/rustc_hir_typeck/src/inherited.rs +++ b/compiler/rustc_hir_typeck/src/inherited.rs @@ -56,7 +56,7 @@ pub struct Inherited<'tcx> { pub(super) deferred_asm_checks: RefCell, hir::HirId)>>, pub(super) deferred_generator_interiors: - RefCell, hir::GeneratorKind)>>, + RefCell, hir::GeneratorKind)>>, pub(super) body_id: Option,