-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Bumping a transitive dependency breaks a build #48406
Copy link
Copy link
Closed
Labels
A-coercionsArea: implicit and explicit `expr as Type` coercionsArea: implicit and explicit `expr as Type` coercionsC-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.
Metadata
Metadata
Assignees
Labels
A-coercionsArea: implicit and explicit `expr as Type` coercionsArea: implicit and explicit `expr as Type` coercionsC-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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I work on the
git-checkscrate and an update torayon-core:1.4.0broke the build somehow with this build error:I've set up commits which show the error with just a change in
Cargo.lock: working build broken build. Why would updatingrayon-core, a dependency only by transitivity, break the build of thegit-checkscrate?This happens when using any compiler from 1.17.0 (the minimum Rust version of
git-checks) through nightly. I'll try and push back to older Rust versions to see if this worked before.Originally filed in rayon-rs/rayon#542.