-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Strict version hash is sensitive to presence of standard library source code on host #153898
Copy link
Copy link
Open
Labels
A-reproducibilityArea: Reproducible / deterministic buildsArea: Reproducible / deterministic buildsC-bugCategory: This is a bug.Category: This is a bug.P-lowLow priorityLow priorityT-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.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Metadata
Metadata
Assignees
Labels
A-reproducibilityArea: Reproducible / deterministic buildsArea: Reproducible / deterministic buildsC-bugCategory: This is a bug.Category: This is a bug.P-lowLow priorityLow priorityT-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.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I am reporting a likely unintended side effect of #142594 that should get compiler team scrutiny.
Since Rust 1.89.0 or nightly-2025-06-23 (#142594), compiling the same source code will produce a different output artifact depending on whether or not standard library sources are present during compilation.
For example, with this
src/lib.rsfile: