From ce8fbc5a0833e4ee1f1e3ff6a52a166420bc5514 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Mon, 26 Sep 2022 18:58:24 +0200 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..74649be --- /dev/null +++ b/README.md @@ -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