We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1f803 commit d01ba41Copy full SHA for d01ba41
.github/ISSUE_TEMPLATE/ice.md
@@ -8,6 +8,11 @@ Thank you for finding an Internal Compiler Error! 🧊 If possible, try to prov
8
a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
9
how to create smaller examples.
10
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
-->
17
18
### Code
0 commit comments