Reject generic arguments in struct fields#64
Conversation
e6eb1a2 to
780ef5f
Compare
|
Thank you. |
|
Just noticed this PR after opening #76, which also comes with a workaround. I do not think that rejecting generic structs is the way to go here. |
|
@kitlith explicitly rejecting generics would have been more of a temporary fix, e.g. you would have gotten the correct error that we currently don't handle them at all. If you want, you could implement this. I've not thought about this at all, but if adding the turbofish works, it might be easy enough to change all |
as discussed outside github.