rust/compiler/rustc_codegen_ssa
Stuart Cook 45169cbf38
Rollup merge of #144685 - jdonszelmann:lang-items-once, r=wafflelapkin
Only extract lang items once in codegen_fn_attrs

This one should be obvious. These two extraction points used to be far apart but now that they're refactored to be close it was rather obvious we're just doing double work....

r? ``@WaffleLapkin``

Buils on rust-lang/rust#144655
2025-07-31 15:42:01 +10:00
..
2025-07-29 09:22:24 +02:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.