-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Nightly regression in borrow checker #28936
Labels
A-lifetimes
Area: Lifetimes / regions
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
(Probably want these lables: A-lifetimes T-compiler regression-from-stable-to-nightly) |
This looks like a closure inference issue: annotating the closure type fixes it. |
I believe this was fixed by #29006 |
This was indeed fixed by #29006. |
triage: P-medium |
triage: P-low |
Removing regression tag since the core issue is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-lifetimes
Area: Lifetimes / regions
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
compiles on 1.3 stable and 1.4 beta but not on current nightly. It did compile on nightly 6e5a325. Replacing the
.by_ref()
in the call toparse_stream
fixes it.Potentially related to/a dupe of #28934.
The text was updated successfully, but these errors were encountered: