rustc-dev-guide
rustc-dev-guide copied to clipboard
Chapter on bug minimization
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.