Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelix

Avoid invoking the `intrinsic` query for DefKinds other than `Fn` or `AssocFn`

fixes the perf regression from https://github.com/rust-lang/rust/pull/120675 by only invoking (and thus inserting into the dep graph) the `intrinsic` query if the `DefKind` matches items that can actually be intrinsics
This commit is contained in:
bors 2024-03-09 01:18:13 +00:00
commit 0d69dc38cb

Diff content is not available