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
It builds fine on my machine. Same rust nightly version too.
I think it's due to the type alias Copied that relies on a possibly not well formed associated type in the trait private::_Copied. At least that's the only case where i've used a type alias throughout the project (located in lib.rs)