-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Document Hasher spec decision from #42951 #83390
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
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
52aa87a
to
448fe6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also add a comment on Hash::hash_slice
which says that hash_slice
is not necessarily equivalent to multiple calls to hash
.
448fe6f
to
928a612
Compare
Since this doesn't really fit in the |
This comment has been minimized.
This comment has been minimized.
Realised that I accidentally left this hanging and applied the suggested changes + rebased. Appears to be passing tests too but I'll wait for CI on that. |
928a612
to
a83de7c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
You need to point directly to the html file for doc links to std: |
0a63d41
to
920de7d
Compare
@bors r+ rollup |
📌 Commit 920de7d has been approved by |
☀️ Test successful - checks-actions |
Since that ticket was closed without the decision actually being documented.
Fixes #42951.