Reword to include 'distractions'

This commit is contained in:
Langston Barrett 2023-03-16 17:51:11 -04:00 committed by Michael Goulet
parent 0a4cfa8e4b
commit 69dbbd548d
1 changed files with 2 additions and 2 deletions

View File

@ -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]