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
The problem is when a property type is reexported and implemented with GetFrom, SetAt or ActOn for a type in that crate. Because the Self parameter does not contain the local defined type, it is not allowed by the new rules.
The problem is when a property type is reexported and implemented with
GetFrom
,SetAt
orActOn
for a type in that crate. Because theSelf
parameter does not contain the local defined type, it is not allowed by the new rules.See PistonDevelopers/quack#3
I haven't managed to make
SetAt
work with the new rules. It either gets lifetime issues or can not infer static method call on traits.The text was updated successfully, but these errors were encountered: