1
Fork 0

Revert "Cache whether a body has inline consts"

This reverts commit eae5031ecb.
This commit is contained in:
Oli Scherer 2024-06-03 08:38:40 +00:00
parent b74702fbb2
commit 92c54db22f
6 changed files with 4 additions and 22 deletions

View file

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