-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerArea: rustc_driver that ties everything together into the `rustc` compilerC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
For sccache to cache rustc builds it uses rustc --print file-names
to figure out which files get emitted so it cache them for later. For --emit metadata
builds it appears that rustc
prints that it would emit a .rlib
file which seems to be false, only .rmeta
files get emitted.
Trying to find out where this happens but so far no luck (it might actually be correct behavior and the fix should be in sccache).
Metadata
Metadata
Assignees
Labels
A-driverArea: rustc_driver that ties everything together into the `rustc` compilerArea: rustc_driver that ties everything together into the `rustc` compilerC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.