]> git.lizzy.rs Git - rust.git/commit
Auto merge of #93343 - lqd:attrs, r=spastorino
authorbors <bors@rust-lang.org>
Fri, 28 Jan 2022 06:28:08 +0000 (06:28 +0000)
committerbors <bors@rust-lang.org>
Fri, 28 Jan 2022 06:28:08 +0000 (06:28 +0000)
commit312a7995e73e390646bc61920ffead7a640addc6
tree459f3df97af3a26f7ef4a3dbb57a3a04bbed915a
parent5ab502c6d308b0ccac8127c0464e432334755a60
parent644c22d3ad742abfd480ce2fbc6d5b6429f0c2a3
Auto merge of #93343 - lqd:attrs, r=spastorino

Only traverse attrs once while checking for coherence override attributes

In coherence, while checking for negative impls override attributes: only traverse the `DefId`s' attributes once.

This PR is an easy way to get back some of the small perf loss in #93175