mirror of
https://github.com/Noratrieb/fuzz-rustc-ast.git
synced 2026-01-14 03:15:00 +01:00
No description
| fuzz | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| run.sh | ||
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