We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5732a40 commit d997e4bCopy full SHA for d997e4b
src/fuzzing.md
@@ -62,7 +62,7 @@ end of query stack
62
63
When building a corpus, be sure to avoid collecting tests that are already known to crash rustc.
64
A fuzzer that is seeded with such tests is more likely to
65
-generate bugs with the same root cause, wasting everyone's time.
+generate bugs with the same root cause.
66
The simplest way to avoid this is to loop over each file in the corpus, see if it causes an
67
ICE, and remove it if so.
68
0 commit comments