rust/compiler/rustc_metadata
bors 4d4bb491b6 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
2024-03-09 01:18:13 +00:00
..
src Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelix 2024-03-09 01:18:13 +00:00
Cargo.toml deps: deduplicate the version of libloading used 2024-01-10 17:18:10 +02:00
messages.ftl Unify dylib loading between proc macros and codegen backends 2024-02-21 11:17:07 +00:00