Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: better resolve assoc item with type bound #15825

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Conversation

Austaras
Copy link
Contributor

@Austaras Austaras commented Nov 2, 2023

Closes #15772

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 2, 2023
@lnicola
Copy link
Member

lnicola commented Nov 3, 2023

Umm, r? @flodiebold maybe (no pressure).

@Austaras Austaras changed the title fix: better resolve assoc item with type bound' fix: better resolve assoc item with type bound Nov 6, 2023
@Austaras Austaras force-pushed the master branch 2 times, most recently from 2e6f19e to 0d6a6d8 Compare November 9, 2023 13:47
@flodiebold
Copy link
Member

@bors r+

thanks!

@bors
Copy link
Contributor

bors commented Nov 21, 2023

📌 Commit 808f668 has been approved by flodiebold

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Nov 21, 2023

⌛ Testing commit 808f668 with merge 8d3522e...

@bors
Copy link
Contributor

bors commented Nov 21, 2023

☀️ Test successful - checks-actions
Approved by: flodiebold
Pushing 8d3522e to master...

@bors bors merged commit 8d3522e into rust-lang:master Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

impl<T: Deref<Target = impl Trait>>
5 participants