Uh oh!
There was an error while loading. Please reload this page.
add inline-const test for elided lifetimes being infer vars - #112147
Merged
Conversation
rustbot
commented
May 31, 2023
Collaborator
(rustbot has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
compiler-errors
commented
May 31, 2023
Contributor
please squash this into one commit. sorry, should've asked when i requested a change, but also i think it's typically good practice for small changes like this. |
zirconium-n
commented
May 31, 2023
ContributorAuthor
Oh, yeah. that. I somehow forgot that too. :( |
compiler-errors
commented
May 31, 2023
Contributor
@bors r+ rollup |
bors
commented
May 31, 2023
Collaborator
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jun 1, 2023
…er-errors add inline-const test for elided lifetimes being infer vars Fixesrust-lang#110934
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Jun 1, 2023
…er-errors add inline-const test for elided lifetimes being infer vars Fixesrust-lang#110934
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 1, 2023
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#111496 (Extra context for unreachable_pub lint) - rust-lang#111802 (Make `x test --dry-run` less verbose) - rust-lang#112133 (Migrate GUI colors test to original CSS color format) - rust-lang#112146 (Fix `src/etc/pre-push.sh` when `build.locked-deps` is already set) - rust-lang#112147 (add inline-const test for elided lifetimes being infer vars) - rust-lang#112154 (Fix bug in utf16_to_utf8 for zero length strings) - rust-lang#112155 (Improve CGU debug printing.) - rust-lang#112173 (Mention GuillaumeGomez in case GUI tests are updated) r? `@ghost` `@rustbot` modify labels: rollup
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 freeto 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.
Fixes#110934