-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Fix #95079 unhelpful error when missing move in nested closure #99612
Conversation
r? @jackh726 (rust-highfive has picked a reviewer for you, use r? to override) |
src/test/ui/borrowck/issue-95079-missing-move-in-nested-closure.stderr
Outdated
Show resolved
Hide resolved
2f62dad
to
3e0b549
Compare
@compiler-errors Could you review my refined changes? Please see outputs in #95079, thanks! |
This is fine to merge, and if it has lots of false positives then I guess we can adjust or remove it. @yanchen4791 can you rebase this onto the latest master? |
… nested closure
3e0b549
to
15713e1
Compare
@compiler-errors Thanks! It has been rebased to latest master. |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a39bdb1): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Fix #95079 by adding help for missing move in nested closure