-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Don't suggest let
bindings if they don't help with borrows
#52106
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
Conversation
@PramodBisht you'll need to create a new |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
let
bindings if they don't help with borrowslet
bindings if they don't help with borrows
@bors r+ |
📌 Commit ab767ee has been approved by |
Don't suggest `let` bindings if they don't help with borrows @oli-obk I have added a condition to address #52049, right now, this is on WIP because I think code change is also required on `error_reporting.rs`. Plus I need to check if any test cases fail. I will ping you again if everything passes r? @oli-obk
☀️ Test successful - status-appveyor, status-travis |
@oli-obk I have added a condition to address #52049, right now, this is on WIP because I think code change is also required on
error_reporting.rs
. Plus I need to check if any test cases fail.I will ping you again if everything passes
r? @oli-obk