-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[NLL] Small move error reporting improvements #52359
[NLL] Small move error reporting improvements #52359
Conversation
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
r? @pnkfelix |
@bors r+ |
📌 Commit d1acee6ed179b568d62c55bbce960782386188b2 has been approved by |
⌛ Testing commit d1acee6ed179b568d62c55bbce960782386188b2 with merge 94074eada69e5a6390c1e4c8bbe5080e46693a9f... |
💔 Test failed - status-appveyor |
|
d1acee6
to
29bbb12
Compare
Tests updated |
@bors r=pnkfelix |
📌 Commit 29bbb1264e2fcf579d363fdff84d8a69d9261c4b has been approved by |
29bbb12
to
8829aee
Compare
Done, needs another r+. |
☔ The latest upstream changes (presumably #52405) made this pull request unmergeable. Please resolve the merge conflicts. |
8829aee
to
d34924d
Compare
@bors r=pnkfelix |
📌 Commit d34924d has been approved by |
⌛ Testing commit d34924d with merge 742e09cdd5516bad425f81372bbcaa9582434ae7... |
💔 Test failed - status-travis |
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 |
@bors retry travis-ci/travis-ci#9696
|
…pnkfelix [NLL] Small move error reporting improvements * Use a MirBorrowckContext when reporting errors to be more uniform with other error reporting * Add a special message for the case of trying to move from capture variables in `Fn` and `FnMut` closures. part of #51028
☀️ Test successful - status-appveyor, status-travis |
Fn
andFnMut
closures.part of #51028