rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

Chapter on bug minimization

Open langston-barrett opened this issue 2 years ago • 0 comments

This is covered in the new chapter on fuzzing, but bug minimization is a cross-cutting concern that deserves its own page. Should describe both manual techniques and automated tools.

Related content:

  • https://github.com/rust-lang/rustc-dev-guide/blob/7cef03afafde80cc268a1bafdf09d855ea80a374/src/backend/debugging.md?plain=1#L14
  • https://github.com/rust-lang/rustc-dev-guide/blob/7cef03afafde80cc268a1bafdf09d855ea80a374/src/fuzzing.md?plain=1#L87

I'm happy to work on this, though it might take me a few days to get started.

langston-barrett avatar Mar 17 '23 01:03 langston-barrett