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
Geesh, that was a silly and unnecessarily hard-to-find bug. The compiler was getting hung up on trying to infer the possible types of Transport trait implementations, as this determination is indeed circular. The issue with the compiler is not necessarily that it's unable to infer this, but that isn't giving a clearer error message, or a suggestion as to what to do
0 commit comments