-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Merge multiple mutable borrows of immutable binding errors #106284
Conversation
r? @TaKO8Ki (rustbot has picked a reviewer for you, use r? to override) |
@bors r+ |
Merge multiple mutable borrows of immutable binding errors Fix rust-lang#53466.
Merge multiple mutable borrows of immutable binding errors Fix rust-lang#53466.
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
☔ The latest upstream changes (presumably #106245) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r- rollup=iffy failed in rollup: #106319 (comment) |
284f011
to
bec18df
Compare
@bors r=jyn514 |
📌 Commit bec18df0dc39c6af2577c331c3f830e4ed8e65c8 has been approved by It is now in the queue for this repository. |
⌛ Testing commit bec18df0dc39c6af2577c331c3f830e4ed8e65c8 with merge c921f2cd56ec44a9adbd7a4e3738457b93c7ce6c... |
💔 Test failed - checks-actions |
⌛ Testing commit 90959b92af13b6d878bd33d982bad504bacd276b with merge 4ec1821e8a530428084b1ec9edb4200d31ee0433... |
This comment was marked as resolved.
This comment was marked as resolved.
💔 Test failed - checks-actions |
90959b9
to
7a36169
Compare
@bors r=jyn514 |
📌 Commit 7a361698edb54950e6a07c0aacfe545457362b64 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 7a361698edb54950e6a07c0aacfe545457362b64 with merge a0e155f8ae64aa4604b17a4e6d0d67c3f5a76916... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
7a36169
to
5454065
Compare
@bors r=jyn514 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d5a7ddd): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
Fix #53466.