We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfe07c commit 7cef03aCopy full SHA for 7cef03a
src/fuzzing.md
@@ -82,8 +82,8 @@ To build a corpus, you may want to use:
82
Here are a few things you can do to help the Rust project after filing an ICE.
83
84
- [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)
+- Fix "distractions": problems with the test case that don't contribute to
+ triggering the ICE, such as syntax errors or borrow-checking errors
87
- Minimize the test case (see below)
88
- Add the minimal test case to [Glacier][glacier]
89
0 commit comments