You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reference, this is what I did in my subtyping branch and that solves it.
It's a bit unclear whether this is exactly what we want, but I'm interested in @nikomatsakis's thoughts. If that's okay, we can mark this as "good first issue"
For
Wellformed
goals for functions, we push aWellFormed
clause for each of the functions arguments here: https://github.com/rust-lang/chalk/blob/master/chalk-solve/src/clauses.rs#L548This incorrectly handles bound vars. Take the following goal as an example:
The following clauses would get pushed:
I don't even think we need to push the
Wellformed
clauses for the parameters.The text was updated successfully, but these errors were encountered: