Allow _ as the length of array types and repeat expressions#91907
Merged
bors merged 5 commits intorust-lang:masterfrom Jan 5, 2022
Merged
Allow _ as the length of array types and repeat expressions#91907bors merged 5 commits intorust-lang:masterfrom
_ as the length of array types and repeat expressions#91907bors merged 5 commits intorust-lang:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
Collaborator
|
☔ The latest upstream changes (presumably #91945) made this pull request unmergeable. Please resolve the merge conflicts. |
fc01bd0 to
2111366
Compare
This comment has been minimized.
This comment has been minimized.
2111366 to
b1afb00
Compare
d89de60 to
c81e96f
Compare
c81e96f to
8c55422
Compare
This comment has been minimized.
This comment has been minimized.
8c55422 to
0bf914f
Compare
This comment has been minimized.
This comment has been minimized.
0bf914f to
484dc1f
Compare
BoxyUwU
reviewed
Dec 24, 2021
Member
|
@bors r+ |
Collaborator
|
📌 Commit a02bf76 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 4, 2022
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#91587 (core::ops::unsize: improve docs for DispatchFromDyn) - rust-lang#91907 (Allow `_` as the length of array types and repeat expressions) - rust-lang#92515 (RustWrapper: adapt for an LLVM API change) - rust-lang#92516 (Do not use deprecated -Zsymbol-mangling-version in bootstrap) - rust-lang#92530 (Move `contains` method of Option and Result lower in docs) - rust-lang#92546 (Update books) - rust-lang#92551 (rename StackPopClean::None to Root) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
flip1995
pushed a commit
to flip1995/rust
that referenced
this pull request
Jan 13, 2022
Allow `_` as the length of array types and repeat expressions r? `@BoxyUwU` cc `@varkor`
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.
r? @BoxyUwU cc @varkor