Add fuzz target for syn
frewsxcv opened this issue · 2 comments
frewsxcv commented
killercup commented
I was about to write a syn fuzzer a few month ago and the only reason I didn't was because clonign the repo took really long: It has rust-lang/rust as a submodule in tests and cargo always clones all submodules :/
dtolnay commented
The submodule has been removed so this should be doable now.