Normalize receiver substs and erase the regions#105561
Merged
bors merged 1 commit intorust-lang:masterfrom Dec 13, 2022
Merged
Conversation
Collaborator
|
r? @fee1-dead (rustbot has picked a reviewer for you, use r? to override) |
Contributor
|
I added a smaller example to the issue. You can update the regression test if you want. |
fee1-dead
approved these changes
Dec 12, 2022
Member
fee1-dead
left a comment
There was a problem hiding this comment.
r=me after shortening the ui test
use a smaller example
Member
Author
|
@bors r=fee1-dead |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Dec 12, 2022
Normalize receiver substs and erase the regions Fixes rust-lang#105449
This was referenced Dec 12, 2022
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Dec 12, 2022
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#104405 (1.66.0 release notes) - rust-lang#105561 (Normalize receiver substs and erase the regions) - rust-lang#105593 (Fix typo in comment: length_limit) - rust-lang#105597 (Correct typos in `core::sync::Exclusive::get_{pin_mut, mut}`) - rust-lang#105614 (delete mentions of type ascription from lint descriptions) - rust-lang#105615 (Fixup method doc that mentions removed param) - rust-lang#105616 (Add a "the" to proc_macro documentation) - rust-lang#105619 (rustdoc: remove no-op CSS `.source pre { overflow: auto }`) Failed merges: 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 #105449