Commit 28d92fc
committed
Auto merge of rust-lang#144841 - cjgillot:typeck-no-attrs, r=davidtwco
Access less HIR attributes from typeck
Typeck relies on attributes to modify its own behaviour. This is a problem, as this means that `typeck(some function)` may depend on the span and doc-comments of many other functions.
This PR attempts to reduce such accesses to attributes. This yields to a sizeable perf improvement: rust-lang#144841 (comment)
Fixes rust-lang#124352File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments