Closed
Conversation
…lnay constify `Index(Mut)`, `Deref(Mut)` for `Vec` Relevant tracking issues const_convert: rust-lang#143773 const_index: rust-lang#143775
suggest expect instead of unwrap when arg provided r? mejrs (feel free to reroll) fixes rust-lang#155502
…, r=scottmcm docs(num): fix stale link to `mem::Alignment` This pull request updates a stale link to `mem::Alignment` in `num::IntErrorKind`. In rust-lang#153178, I added a link to `Alignment` in `IntErrorKind`, but I overlooked that `Alignment` had been moved from `core::ptr` to `core::mem`. Although it is still re-exported in `core::ptr`, this pull request points the link to its canonical location. @rustbot label +A-docs
Member
Author
|
@bors r+ rollup=never p=5 |
Contributor
Contributor
|
This pull request was unapproved due to being closed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
Index(Mut),Deref(Mut)forVec#155054 (constifyIndex(Mut),Deref(Mut)forVec)mem::Alignment#155493 (docs(num): fix stale link tomem::Alignment)r? @ghost
Create a similar rollup