Skip to content

Commit 2b5c0d9

Browse files
committed
ice report template: add some notes for people to search for duplicates before reporting
1 parent 8a1f803 commit 2b5c0d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/ice.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Thank you for finding an Internal Compiler Error! 🧊 If possible, try to prov
88
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
99
how to create smaller examples.
1010
http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
11+
12+
Please check if your ICE has already been reported by searching for parts of the ICE-message
13+
e.g. "invalid asymmetric binary op Lt" or "assertion failed: self.let_source != LetSource::None"
14+
and the source location of the ICE, such as "compiler/rustc_const_eval/src/interpret/operator.rs"
15+
in the bugtracker and leave a comment with your reproducer if you find tickets corresponding to your ICE.
16+
If you are unsure and decide to open a new issue, please leave a link link to issues you suspect might be related or duplicates.
1117
-->
1218

1319
### Code

0 commit comments

Comments
 (0)