Replies: 1 comment
-
At the moment, my feeling is there is no good answer and I'd prefer to keep what we have. I have posted #535 to see what tweaks can be made to clarify what is happening |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(moved from #406)
I'm just starting out with winnow and I've spent an embarrassingly long amount of time getting unreadable type error from the compiler because I didn't know about the behavior of referring to other struct fields and it doesn't seem to be documented anywhere.
My code was something like:
and I was trying to use identifier thinking it was the parser and not the field. Not sure if it's possible with
macro_rules!
or worth it but having it prefixed withlet
or replacing:
with=
to explicitly have these references could really help, but at the very least document this properly.Beta Was this translation helpful? Give feedback.
All reactions