rust-fuzz/targets

Add fuzz target for syn

frewsxcv opened this issue · 2 comments

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 :/

The submodule has been removed so this should be doable now.