Skip to content

Drop the expander borrow in all control flow paths - #13154

Merged
bors merged 1 commit into
rust-lang:masterfrom
Veykril:ty-mac-expander
Aug 31, 2022
Merged

Drop the expander borrow in all control flow paths#13154
bors merged 1 commit into
rust-lang:masterfrom
Veykril:ty-mac-expander

Conversation

@Veykril

@Veykril Veykril commented Aug 31, 2022

Copy link
Copy Markdown
Member

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

Veykril commented Aug 31, 2022

Copy link
Copy Markdown
Member Author

@bors r+

@bors

bors commented Aug 31, 2022

Copy link
Copy Markdown
Contributor

📌 Commit 5c0e252 has been approved by Veykril

It is now in the queue for this repository.

@bors

bors commented Aug 31, 2022

Copy link
Copy Markdown
Contributor

⌛ Testing commit 5c0e252 with merge ef27641...

@bors

bors commented Aug 31, 2022

Copy link
Copy Markdown
Contributor

☀️ 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