Skip to content

Commit 002a7ea

Browse files
committed
add more info about ICE triage
1 parent d11a8ac commit 002a7ea

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/release/issue-triaging.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,15 @@ To see a list of all labels, check out the "labels" page next to the search bar
5656

5757
### ICE Triage
5858
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)
59+
* Check that the issue is actually an ICE, and not more accuratly described with `I-crash` or `I-hang`.
60+
* If it is an older (like latest stable) version of rust, ask for or check the latest nightly.
61+
* Check for duplicates, but don't close as duplicate unless you're sure they represent the same underlying issue.
62+
Prefer simply linking to the issue as possibly related/duplicate.
6063
* 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.
64+
* If the reproduction is not minimal, add `E-needs-mcve` or create a Minimal Complete and Verifible Example yourself.
6265
* Add `A-*` labels based on the code that causes the issue (check backtraces!),
6366
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.
67+
* Add `T-*`, `WG-*`, `PG-*`, `F-*`, `requires-*`, and `regression-*` labels as appropriate.
6568

6669

6770
## Further triaging

0 commit comments

Comments
 (0)