1
Fork 0

Cache whether a body has inline consts

This commit is contained in:
Oli Scherer 2024-05-24 09:53:20 +00:00
parent ddc5f9b6c1
commit eae5031ecb
6 changed files with 21 additions and 4 deletions

View file

@ -737,6 +737,7 @@ impl<'tcx> TyCtxtFeed<'tcx, LocalDefId> {
1,
),
bodies,
has_inline_consts: false,
})));
self.feed_owner_id().hir_attrs(attrs);
}