Type path inside ( ) should be pasteable
Prompted by #68 (closed), and needed in theory to work around some instances where ( )
is necessary for field types.
field: (ty::Path)
should be pasteable so $<$ftype Builder>
=> (ty::PathBuilder)
. Also, this should work for None
-delimited groups.
In theory, making $ftype
None-grouped might result in new failures if the type is passed out of derive-deftly and back in again. (field: $ftype
and then re-derive from the generated struct.) So labelling this ticket as a release blocker on the theory that #68 (closed) will be addressed soon.
Edited by Ian Jackson