-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correctly derive Clone on generated types #184
Correctly derive Clone on generated types #184
Conversation
0622130
to
25a4c8a
Compare
I believe I've implemented this correctly. Interestingly, when I added Errors and backtrace from
|
Looks good to me! Can you open an issue for that panic? That looks like a bug... |
* Added a failing test * Implement clone where possible * Arguments can't be called "i"
Fixes #170.