-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Integer type variable gets lost during trait solving #4072
Comments
The original problem indeed seems to have fixed itself, which is interesting -- I have no idea what might have done that. The problem with ranges is a variation of rust-lang/chalk#327, I think: Since we haven't fallen back to Edit: Actually yeah, it's the second option, since rustc also figures it out when the type variable is a general type variable. |
Implement blocking unnamed_socket
Somehow in the first case, the type variable seems to get 'disconnected' in the chain, whereas it works for a concrete type or a normal type variable 🤔
The text was updated successfully, but these errors were encountered: