Skip to content

Commit

Permalink
Reword to include 'distractions'
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett authored and compiler-errors committed Mar 17, 2023
1 parent acfe07c commit 7cef03a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fuzzing.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ To build a corpus, you may want to use:
Here are a few things you can do to help the Rust project after filing an ICE.

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

Expand Down

0 comments on commit 7cef03a

Please sign in to comment.