]> git.lizzy.rs Git - rust.git/blob - .github/ISSUE_TEMPLATE/ice.md
Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=nagisa
[rust.git] / .github / ISSUE_TEMPLATE / ice.md
1 ---
2 name: Internal Compiler Error
3 about: Create a report for an internal compiler error in Clippy.
4 labels: C-bug, I-ICE
5 ---
6 <!--
7 Thank you for finding an Internal Compiler Error! ðŸ§Š  If possible, try to provide
8 a minimal verifiable example. You can read "Rust Bug Minimization Patterns" for
9 how to create smaller examples.
10
11 http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/
12
13 -->
14
15 ### Code
16
17 ```rust
18 <code>
19 ```
20
21 ### Meta
22
23 **Rust version (`rustc -Vv`):**
24 ```
25 rustc 1.46.0-nightly (f455e46ea 2020-06-20)
26 binary: rustc
27 commit-hash: f455e46eae1a227d735091091144601b467e1565
28 commit-date: 2020-06-20
29 host: x86_64-unknown-linux-gnu
30 release: 1.46.0-nightly
31 LLVM version: 10.0
32 ```
33
34 ### Error output
35
36 ```
37 <output>
38 ```
39
40 <!--
41 Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your
42 environment. E.g. `RUST_BACKTRACE=1 cargo clippy`.
43 -->
44 <details><summary>Backtrace</summary>
45   <p>
46   
47   ```
48   <backtrace>
49   ```
50   
51   </p>
52 </details>