Closed
Description
Compare it to: https://github.com/rust-lang/rust/blob/master/src/test/ui/span/issue-11925.stderr
The former is missing a note that "borrowed value needs to live until here"
Oftentimes, NLL diagnostics do include a note of the form "needs to live until use here." But apparently for this case (due to closures? Or destructors? Or both?) we do not have such a use to point at.
Anyway, this represents a regression in the informativeness of our diagnostics under NLL.