fuzz-rustc-ast/README.md
2022-09-26 18:58:24 +02:00

7 lines
228 B
Markdown

# fuzz-rustc-ast
try to fuzz rustc with "kinda valid" input generated by creating arbitrary syn ASTs
does not work currently
uses a patched syn to get the impls for `arbitrary` https://github.com/Nilstrieb/syn/tree/arbitrary