-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Failure to unify the generic regions in closure #129787
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
rustbot
added
the
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
label
Aug 30, 2024
3 tasks
|
dingxiangfei2009
changed the title
Weird Fn flavour inference result and failure to unify the generic regions in closure
Failure to unify the generic regions in closure
Aug 30, 2024
This is just another #110338 |
@compiler-errors you means it is a duplicate of #114177 specifically? |
Yes, it's probably a duplicate of that one. |
I am closing as duplicate. Cheers! I will follow up with a reduction over there. |
saethlin
added
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Aug 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen: check-pass
Instead, this happened: check-failed
Meta
This is happening on 1.80.1
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: