]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_typeck/src/inherited.rs
Rollup merge of #107755 - lcnr:no-binder, r=oli-obk
[rust.git] / compiler / rustc_hir_typeck / src / inherited.rs
index c6ce2f450d915111ac72ef90bdbd3c1a4a002f7d..87e54025330e8a928873fc3295a31dd5e17d1a78 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::HirId, hir::BodyId, Ty<'tcx>, hir::GeneratorKind)>>,
+        RefCell<Vec<(LocalDefId, hir::BodyId, Ty<'tcx>, hir::GeneratorKind)>>,
 
     pub(super) body_id: Option<hir::BodyId>,