--emit KIND=PATH affects crate hash vs --emit KIND #86044
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When emitting to a specific path with
--emit KIND=PATH
the crate hash is affected by what PATH is.If you use
--emit KIND -o PATH
, or--out-dir PATH
the crate hash is unaffected.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: