Add support for traits with generic parameters#19
Conversation
|
Would it also be possible to change the generic parameter name For example, even with this PR merged, the following does not compile: and Perhaps change it to |
|
@andrewtoth that's a good idea, done. |
|
Thanks! I see PR #20 will have a conflict because of this now though :(. |
That's okay. I'll fix the conflicts! I've already done so I could test both PRs in a real codebase |
tmandry
left a comment
There was a problem hiding this comment.
I think this looks reasonable. Shame that I missed the trait's where clauses in the first place, but we can consider that a bug fix.
Thanks for the PR!
Add support of traits that have generic parameters. Resolving #16.
(Also I tried to sign the Google CLA as described in the CONTRIBUTING.md file, but I kept getting a
A server error occurred, please try your request again.error)