]> git.lizzy.rs Git - rust.git/blobdiff - .github/ISSUE_TEMPLATE/ice.md
Unify Opaque/Projection handling in region outlives code
[rust.git] / .github / ISSUE_TEMPLATE / ice.md
index 6c1bed663c6cb37f74bb9dfd9f4226560bc8837c..03bc4bab45137c76d85bdd644f76d8640a614ab3 100644 (file)
@@ -1,7 +1,7 @@
 ---
 name: Internal Compiler Error
-about: Create a report for an internal compiler error in Clippy.
-labels: C-bug, I-ICE
+about: Create a report for an internal compiler error in rustc.
+labels: C-bug, I-ICE, T-compiler
 ---
 <!--
 Thank you for finding an Internal Compiler Error! ðŸ§Š  If possible, try to provide
@@ -14,21 +14,20 @@ http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
 
 ### Code
 
-```rust
+```Rust
 <code>
 ```
 
+
 ### Meta
+<!--
+If you're using the stable version of the compiler, you should also check if the
+bug also exists in the beta or nightly versions.
+-->
 
-**Rust version (`rustc -Vv`):**
+`rustc --version --verbose`:
 ```
-rustc 1.46.0-nightly (f455e46ea 2020-06-20)
-binary: rustc
-commit-hash: f455e46eae1a227d735091091144601b467e1565
-commit-date: 2020-06-20
-host: x86_64-unknown-linux-gnu
-release: 1.46.0-nightly
-LLVM version: 10.0
+<version>
 ```
 
 ### Error output
@@ -39,14 +38,15 @@ LLVM version: 10.0
 
 <!--
 Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your
-environment. E.g. `RUST_BACKTRACE=1 cargo clippy`.
+environment. E.g. `RUST_BACKTRACE=1 cargo build`.
 -->
-<details><summary>Backtrace</summary>
-  <p>
-  
-  ```
-  <backtrace>
-  ```
-  
-  </p>
+<details><summary><strong>Backtrace</strong></summary>
+<p>
+
+```
+<backtrace>
+```
+
+</p>
 </details>
+