-
Notifications
You must be signed in to change notification settings - Fork 558
Commit bede818
Auto merge of #116316 - cjgillot:incr-privacy, r=petrochenkov
Remove eval_always from check_private_in_public.
This PR attempts to avoid re-computing `check_private_in_public` query. First by marking the query as non-`eval_always`, and by reducing the amount of accesses to HIR as much as possible.
Latest perf rust-lang/rust#116316 (comment) shows that we manage it. The cost is extra dep-graph bookkeeping.File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments