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 23056c0 commit ee5825eCopy full SHA for ee5825e
src/fuzzing.md
@@ -63,7 +63,7 @@ end of query stack
63
64
When building a corpus, be sure to avoid collecting tests that are already known to crash rustc.
65
A fuzzer that is seeded with such tests is more likely to
66
-generate bugs with the same root cause, wasting everyone's time.
+generate bugs with the same root cause.
67
The simplest way to avoid this is to loop over each file in the corpus, see if it causes an
68
ICE, and remove it if so.
69
0 commit comments