creusot icon indicating copy to clipboard operation
creusot copied to clipboard

Trait implementations can not have generics with same name as trait

Open xldenis opened this issue 1 year ago • 0 comments

There's a hygiene issue in the way that trait implementations declare their generics: if they overlap with the parent trait at all it can cause errors.

xldenis avatar Jul 08 '22 23:07 xldenis