diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-09-08 16:20:46 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-09-08 16:20:46 +0100 |
commit | a60b9ad963db87c6431de7a9b57e0d2241efdeab (patch) | |
tree | 910bfe4935460d6022cfe897897cf84814482d3e /.gitignore | |
parent | df05c5c3e20cfdfccd0165dd3370fed7c3676cd0 (diff) | |
parent | a37cd5ad43f28e2eddab713266517cf06c256ba7 (diff) |
Merge #63
63: Add trivial fuzzer for parser r=matklad a=killercup
As described in #61, fuzz testing some parts of this would be ~~fun~~
helpful. So, I started with the most trivial fuzzer I could think of:
Put random stuff into File::parse and see what happens.
To speed things up, I also did
cp src/**/*.rs fuzz/corpus/parser/
in the `crates/libsyntax2/` directory (running the fuzzer once will
generate the necessary directories).
Co-authored-by: Pascal Hertleif <[email protected]>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions