-
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
Type inference regression in rustc 1.18 #42545
Comments
For posterity, this is also broken on the latest nightly as well
|
triage: P-high -- regression |
Bisected to 141e8a6, #41716 -- cc @nikomatsakis. |
Well, I can certainly reproduce it =) |
This may be a dup of #42552 |
My fix for #42552 also fixes this. |
Is the fix going to make it into 1.19? A 1.18.1? |
The PR (#42659) is beta-nominated, so if it's accepted the fix will be backported and make it into 1.19. However, I doubt we'd release 1.18.1 -- it's possible, though. |
https://github.com/khuey/rustc-1.18-regression
I'm not sure that this is a minimal testcase, but it's small enough to poke around at. With rustc 1.17 this compiles fine. With 1.18 I get
The text was updated successfully, but these errors were encountered: