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

Drop the expander borrow in all control flow paths #13154

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Aug 31, 2022

The change in #13123
actually re-uses the RefMut borrow instead of dropping it so we need to
drop it manually where required.

Fixes #13153

The change in rust-lang#13123
actually re-uses the RefMut borrow instead of dropping it so we need to
drop it manually where required.
@Veykril
Copy link
Member Author

Veykril commented Aug 31, 2022

@bors r+

@bors
Copy link
Contributor

bors commented Aug 31, 2022

📌 Commit 5c0e252 has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 31, 2022

⌛ Testing commit 5c0e252 with merge ef27641...

@bors
Copy link
Contributor

bors commented Aug 31, 2022

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

@bors bors merged commit ef27641 into rust-lang:master Aug 31, 2022
@Veykril Veykril deleted the ty-mac-expander branch October 28, 2022 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request textDocument/inlayHint fails with request handler panicked: already borrowed: BorrowMutError
2 participants