Cache whether a body has inline consts
This commit is contained in:
parent
ddc5f9b6c1
commit
eae5031ecb
6 changed files with 21 additions and 4 deletions
|
@ -737,6 +737,7 @@ impl<'tcx> TyCtxtFeed<'tcx, LocalDefId> {
|
|||
1,
|
||||
),
|
||||
bodies,
|
||||
has_inline_consts: false,
|
||||
})));
|
||||
self.feed_owner_id().hir_attrs(attrs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue