Uh oh!
There was an error while loading. Please reload this page.
Point at variable moved by closure - #41523
Conversation
rust-highfive
commented
Apr 25, 2017
(rust_highfive has picked a reviewer for you, use r? to override) |
GuillaumeGomez
commented
Apr 25, 2017
Awesome! :D |
oli-obk
commented
Apr 25, 2017
Travis failed: |
There was a problem hiding this comment.
are these the latest outputs? if so, I can't really understand what this "moved" annotation is trying to tell me =)
There was a problem hiding this comment.
What would be a better text for the span? I'm considering captured outer variable?
There was a problem hiding this comment.
Ah, I see what it means. Well, that would certainly be clearer. Maybe "declaration of captured variable"?
There was a problem hiding this comment.
Done. Changed to "captured outer variable" to keep the same wording as the main label (it might help ESLs be less lost with it).
@bors r+ rollup |
bors
commented
Apr 27, 2017
📌 Commit 1ca1483 has been approved by |
bors
commented
Apr 27, 2017
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Apr 27, 2017
📌 Commit 1ca1483 has been approved by |
Point at variable moved by closure Fixrust-lang#41482, rust-lang#31752.
Point at variable moved by closure Fixrust-lang#41482, rust-lang#31752.
Point at variable moved by closure Fixrust-lang#41482, rust-lang#31752.
tekjar
commented
Apr 29, 2017
This has been an annoying error message for quite some time. thanks @estebank |
Fix#41482, #31752.