Skip to content

Commit b1c7595

Browse files
committed
Ensure we don't feed owners from ast lowering if we ever make that query tracked
1 parent 84c1190 commit b1c7595

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler/rustc_middle/src/ty/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ impl<'tcx> TyCtxt<'tcx> {
700700

701701
/// Feeds the HIR delayed owner during AST -> HIR delayed lowering.
702702
pub fn feed_delayed_owner(self, key: LocalDefId, owner: MaybeOwner<'tcx>) {
703+
self.dep_graph.assert_ignored();
703704
TyCtxtFeed { tcx: self, key }.delayed_owner(owner);
704705
}
705706
}

0 commit comments

Comments
 (0)