]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_typeck/src/inherited.rs
Auto merge of #107360 - bjorn3:fix_thin_archive_reading, r=wesleywiser
[rust.git] / compiler / rustc_hir_typeck / src / inherited.rs
index ba34f299453ecff0473190c130ccf5643542d351..c6ce2f450d915111ac72ef90bdbd3c1a4a002f7d 100644 (file)
@@ -56,7 +56,7 @@ pub struct Inherited<'tcx> {
     pub(super) deferred_asm_checks: RefCell<Vec<(&'tcx hir::InlineAsm<'tcx>, hir::HirId)>>,
 
     pub(super) deferred_generator_interiors:
-        RefCell<Vec<(hir::BodyId, Ty<'tcx>, hir::GeneratorKind)>>,
+        RefCell<Vec<(hir::HirId, hir::BodyId, Ty<'tcx>, hir::GeneratorKind)>>,
 
     pub(super) body_id: Option<hir::BodyId>,