We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c1190 commit b1c7595Copy full SHA for b1c7595
1 file changed
compiler/rustc_middle/src/ty/context.rs
@@ -700,6 +700,7 @@ impl<'tcx> TyCtxt<'tcx> {
700
701
/// Feeds the HIR delayed owner during AST -> HIR delayed lowering.
702
pub fn feed_delayed_owner(self, key: LocalDefId, owner: MaybeOwner<'tcx>) {
703
+ self.dep_graph.assert_ignored();
704
TyCtxtFeed { tcx: self, key }.delayed_owner(owner);
705
}
706
0 commit comments