Skip to content

feat: derive Clone for StableHasher #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Conversation

weihanglo
Copy link
Member

@weihanglo weihanglo commented Dec 10, 2024

Due to the orphan rule, deriving Clone must happen inside this crate.

Cargo needs this because it now clones and diverges -C metadata and -C extra-filename hashes.
rust-lang/cargo@cdf805e

I think it should be a minor releases not a breaking change,
though I am not 100% sure.

cc @Urgau

Due to the orphan rule, deriving `Clone` must happen inside this crate
@Urgau Urgau merged commit 24e9848 into rust-lang:main Dec 10, 2024
10 checks passed
@weihanglo weihanglo deleted the clone branch December 10, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants