]> git.lizzy.rs Git - rust.git/blobdiff - .github/ISSUE_TEMPLATE/ice.md
Merge commit '97e504549371d7640cf011d266e3c17394fdddac' into sync_cg_clif-2021-12-20
[rust.git] / .github / ISSUE_TEMPLATE / ice.md
index 0b7cd1ed0fb60fb7921be8e6393a04de1e4f80cb..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,23 +14,21 @@ 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.
+-->
 
-- `cargo clippy -V`: e.g. clippy 0.0.212 (f455e46 2020-06-20)
-- `rustc -Vv`:
-  ```
-  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
-  ```
+`rustc --version --verbose`:
+```
+<version>
+```
 
 ### Error output
 
@@ -40,14 +38,15 @@ http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
 
 <!--
 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>
+