-
Notifications
You must be signed in to change notification settings - Fork 623
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
Panic bug: build code with more than 1 generic type parameters #417
Comments
Fixed by myself(casual): for everyone who has same problem before official fixed it
|
Make a pull request, please. |
Already has a fixed PR, but has been reverted. @burik666 Related: |
Related: #385 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
got panic error when build code with more than 1 generic type parameters
To Reproduce
wire gen with above code:
wire gen
Expected behavior
do not panic and generate code as well
Version
latest: v0.6.0
Additional context
Work well when use only 1 generic type parameter, like below:
The text was updated successfully, but these errors were encountered: