Files
rust/compiler/rustc_interface
Matyas Susits a34cb767be Only include crate_hash in Linker if incremental compilation is enabled, not when needs_crate_hash is true.
Exactly as the comment on the `crate_hash` field of `Linker` says, that
field is only used when incremental compilation is enabled.
`needs_crate_hash` returns true in some other cases too.
2026-05-02 17:53:50 +02:00
..