Skip to content

Commit

Permalink
Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelix
Browse files Browse the repository at this point in the history
Avoid invoking the `intrinsic` query for DefKinds other than `Fn` or `AssocFn`

fixes the perf regression from rust-lang/rust#120675 by only invoking (and thus inserting into the dep graph) the `intrinsic` query if the `DefKind` matches items that can actually be intrinsics
  • Loading branch information
bors committed Mar 9, 2024
2 parents f026435 + dfc99e9 commit 0d69dc3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0d69dc3

Please sign in to comment.