-
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
[NLL] Use smaller spans for errors involving closure captures #52959
Conversation
af1099c
to
d7639ed
Compare
Comments (which seem to have gone missing) addressed |
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 |
d7639ed
to
12af36a
Compare
@bors r+ |
📌 Commit 12af36a has been approved by |
…elix [NLL] Use smaller spans for errors involving closure captures Closes rust-lang#51170 Closes rust-lang#46599 Error messages involving closures now point to the captured variable/closure args. r? @pnkfelix
⌛ Testing commit 12af36a with merge 43488c857944f55f589092e0a312cc00adf5f72a... |
@bors treeclosed=12 Travis CI is currently not booting any Linux jobs. Waiting for update from https://www.traviscistatus.com/. |
💥 Test timed out |
@bors retry |
@bors p=1 -- NLL-related |
⌛ Testing commit 12af36a with merge c78366a32455960ab4743db636978cc092fae0c5... |
💔 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 |
☀️ Test successful - status-appveyor, status-travis |
Closes #51170
Closes #46599
Error messages involving closures now point to the captured variable/closure args.
r? @pnkfelix