Skip to content

Commit 69dbbd5

Browse files
langston-barrettcompiler-errors
authored andcommitted
Reword to include 'distractions'
1 parent 0a4cfa8 commit 69dbbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/fuzzing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ To build a corpus, you may want to use:
8282
Here are a few things you can do to help the Rust project after filing an ICE.
8383

8484
- [Bisect][bisect] the bug to figure out when it was introduced
85-
- Fix unrelated problems with the test case (things like syntax errors or
86-
borrow-checking errors)
85+
- Fix "distractions": problems with the test case that don't contribute to
86+
triggering the ICE, such as syntax errors or borrow-checking errors
8787
- Minimize the test case (see below)
8888
- Add the minimal test case to [Glacier][glacier]
8989

0 commit comments

Comments
 (0)