mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
4d4bb491b6
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