X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_hir_typeck%2Fsrc%2Finherited.rs;h=87e54025330e8a928873fc3295a31dd5e17d1a78;hb=ec65285fdd4b702f58df467ab9f6d2daffe9a2be;hp=c6ce2f450d915111ac72ef90bdbd3c1a4a002f7d;hpb=252741673b9c2b06267cd3a036d77489e92f963a;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,