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
this code should work, but gccrs reaches an unreachable in the name resolver. Note that this code should work ONLY because the additional trait bounds are auto traits - it would not work if the bound was dyn A + B + C for example.
The text was updated successfully, but these errors were encountered:
We probably need to keep going on that road to ensure those additional trait bounds are handled properly during typechecking and everything. But it seems to be the case already so I'm not too worries
this code should work, but
gccrs
reaches an unreachable in the name resolver. Note that this code should work ONLY because the additional trait bounds are auto traits - it would not work if the bound wasdyn A + B + C
for example.The text was updated successfully, but these errors were encountered: