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
error[E0207]: the type parameter `A` is not constrained by the impl trait, self type, or predicates
--> src/lib.rs:11:6
|
7 | impl<A> Faa<A> {}
| ^ unconstrained type parameter
Uplifted from #112792 (comment).