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 402c3a8 + 3294745 commit 6a604cc
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6a604cc

Please sign in to comment.