mirror of
https://github.com/Noratrieb/fuzz-rustc-ast.git
synced 2026-01-14 19:25:01 +01:00
Create README.md
This commit is contained in:
parent
d54bb57e14
commit
ce8fbc5a08
1 changed files with 7 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue