You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #132886 - fmease:rustdoc-perf-clean-middle-args, r=<try>
[perf] rustdoc: Perform less work when cleaning parenthesized generic args
CC #132697. I presume the perf regression it caused (if real) boils down to query invocation overhead (namely, of `def_kind` & `trait_def`). I won't address that because it would worsen the clean middle API. So I'm simply trying to attack some low-hanging fruits in the vicinity.
r? ghost
0 commit comments