-
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
Remove 'not reporting regions error due to nll' warning #53865
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Do not merge until a decision has been made in #52768 I don't mind keeping the PR updated until a decision is made. Feel free to close it if the decision is "do not remove the warning" :) In addition to removing the warning, I took the liberty of implementing the FIXME (ie. directly matching on Also note that the check on the nll feature disappear since without the warning printed we do an early return in any case. For some tests like |
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 |
The output is the same with both borrow checkers now. So you don't need to do anything. |
@bors r+ |
📌 Commit b01550a has been approved by |
Remove 'not reporting regions error due to nll' warning Fix #52768
☀️ Test successful - status-appveyor, status-travis |
Fix #52768