Don't duplicate region names for late-bound regions in print of Binder#101996
Merged
bors merged 3 commits intorust-lang:masterfrom Sep 26, 2022
Merged
Don't duplicate region names for late-bound regions in print of Binder#101996bors merged 3 commits intorust-lang:masterfrom
bors merged 3 commits intorust-lang:masterfrom
Conversation
Contributor
|
r? @lcnr (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
b5bf673 to
9f94d08
Compare
9f94d08 to
3f7af9a
Compare
Collaborator
|
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
37c6599 to
953d88b
Compare
Contributor
|
@bors r+ rollup 👍 |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Sep 22, 2022
Don't duplicate region names for late-bound regions in print of Binder Fixes rust-lang#101280
Member
|
@bors r- need test update it seems |
Contributor
|
yeah, have to rebase and rebless ui-tests as a new affected test was added since you've forked master afaict |
953d88b to
82a90f7
Compare
Contributor
|
@bors r+ rollup |
Collaborator
|
📌 Commit 82a90f7e5840c01e9d758cc5407aca9f9c8878df has been approved by It is now in the queue for this repository. |
Collaborator
|
☔ The latest upstream changes (presumably #102068) made this pull request unmergeable. Please resolve the merge conflicts. |
Contributor
|
@bors delegate+ |
Collaborator
|
✌️ @b-naber can now approve this pull request |
82a90f7 to
c594c06
Compare
c594c06 to
6118ee3
Compare
Contributor
Author
|
@bors r=lcnr rollup |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 26, 2022
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#101875 (Allow more `!Copy` impls) - rust-lang#101996 (Don't duplicate region names for late-bound regions in print of Binder) - rust-lang#102181 (Add regression test) - rust-lang#102273 (Allow `~const` bounds on non-const functions) - rust-lang#102286 (Recover some items that expect braces and don't take semicolons) Failed merges: - rust-lang#102314 (Add a label to struct/enum/union ident name) 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 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.
Fixes #101280