Create README.md

This commit is contained in:
nora 2022-09-26 18:58:24 +02:00 committed by GitHub
parent d54bb57e14
commit ce8fbc5a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# 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