No description
Find a file
2022-09-26 18:58:24 +02:00
fuzz kinda works except not 2022-03-15 21:24:18 +01:00
src kinda works except not 2022-03-15 21:24:18 +01:00
.gitignore initial commit 2022-03-15 13:01:03 +01:00
Cargo.lock kinda works except not 2022-03-15 21:24:18 +01:00
Cargo.toml kinda works except not 2022-03-15 21:24:18 +01:00
README.md Create README.md 2022-09-26 18:58:24 +02:00
run.sh kinda works except not 2022-03-15 21:24:18 +01:00

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