Skip to content

Commit

Permalink
Auto merge of #101893 - oli-obk:lift_derive, r=lcnr
Browse files Browse the repository at this point in the history
Fix perf regression from TypeVisitor changes

Regression occurred in rust-lang/rust#101858 (comment)

Instead of just reverting, we only fixed part of the regression. The main regression was due to actually correctly visiting a type that contains types and consts and should therefor be visited. This is not actually observable (yet?), but we should still do it correctly instead of risking major bugs in the future.
  • Loading branch information
bors committed Sep 29, 2022
2 parents d4ff18e + 2751602 commit 35a5bed
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 35a5bed

Please sign in to comment.