schemars
schemars copied to clipboard
Bug in Derive Macro
trafficstars
See: https://github.com/rust-bitcoin/bitcoin_hashes/pull/135
Files: OUT.txt OUT_Tests.txt
Essentially the type somehow gets confused and outputs an array when it should pass through to a string.
Perhpas a discrepency in handling generic structs v.s. non generic?
This issue comes up after version 0.8.3
Could you provide us with a bit more of an explanation and what exactly goes wrong? Because I have no idea where to even start with this. The linked issue does not describe the problem and the files you are very big. So a better description is needed.