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
Probably need to predefine opaques in the nested bodies, but in order to not require them to also always define those opaques, we need to propagate them to the body owner the same way we do with closure region requirements.
https://rust.godbolt.org/z/fjjTxrYnh
But they also may not define the opaque, so we have to be ok w/ that too.
This example does not compile with the old solver as-well, however the old solver may have non-defining uses of the opaque in nested bodies, e.g.
The text was updated successfully, but these errors were encountered: