Skip to content

Export SemanticsImpl from ra_ap_hir crate, since it's already exposed via Semantics.deref() #16707

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

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

regexident
Copy link
Contributor

The SemanticsImpl type is already de-facto exposed via <Semantics as Deref>::Target.

By not being part of the public crate interface it however doesn't get included in the documentation, resulting in a massive blind spot when it comes to ra_ap_hir's type resolution APIs.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 28, 2024
@Veykril
Copy link
Member

Veykril commented Feb 29, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Feb 29, 2024

📌 Commit 74531e4 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Feb 29, 2024

⌛ Testing commit 74531e4 with merge 9efa23c...

@bors
Copy link
Contributor

bors commented Feb 29, 2024

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing 9efa23c to master...

@bors bors merged commit 9efa23c into rust-lang:master Feb 29, 2024
@regexident regexident deleted the pub-sema-impl branch February 29, 2024 17:36
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.

4 participants