Skip to content

Commit d11a8ac

Browse files
committed
1 parent 0a8a3d9 commit d11a8ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/release/issue-triaging.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ To see a list of all labels, check out the "labels" page next to the search bar
5454
[IRLO]: https://internals.rust-lang.org/
5555
[Discord]: https://discord.gg/rust-lang
5656

57+
### ICE Triage
58+
For [Issues that have both I-ICE and needs-triage](https://github.com/rust-lang/rust/issues?q=is%3Aissue%20state%3Aopen%20label%3AI-ICE%20label%3Aneeds-triage)
59+
* If it an older (like latest stable) version of rust, ask for or check the latest nightly (potentially check for duplicates)
60+
* If it does not have a reproduction, comment asking for one and add S-needs-repro. if there isn't one for around a month it should generally be closed.
61+
* If the reproduction is not minimal, add `E-needs-mcve` or create a Minimal Complete and Verifyable Example yourself.
62+
* Add `A-*` labels based on the code that causes the issue (check backtraces!),
63+
and the nature of the repro (eg. if the repro is a weird trait impl or the backtrace points to `rustc_trait_selection`, add `A-traits`)
64+
* Add `F-*`, `requires-*`, and `regression-*` labels as appropriate.
65+
66+
5767
## Further triaging
5868

5969
For issues that have been through the initial triaging step (that is, don't have the `needs-triage` label anymore), there are usually

0 commit comments

Comments
 (0)