]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/.github/ISSUE_TEMPLATE/bug_report.md
Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup
[rust.git] / src / tools / clippy / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug Report
3 about: Create a bug report for Clippy
4 labels: L-bug
5 ---
6 <!--
7 Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
8 along with any information you feel relevant to replicating the bug.
9 -->
10
11 I tried this code:
12
13 ```rust
14 <code>
15 ```
16
17 I expected to see this happen: *explanation*
18
19 Instead, this happened: *explanation*
20
21 ### Meta
22
23 - `cargo clippy -V`: e.g. clippy 0.0.212 (f455e46 2020-06-20)
24 - `rustc -Vv`:
25   ```
26   rustc 1.46.0-nightly (f455e46ea 2020-06-20)
27   binary: rustc
28   commit-hash: f455e46eae1a227d735091091144601b467e1565
29   commit-date: 2020-06-20
30   host: x86_64-unknown-linux-gnu
31   release: 1.46.0-nightly
32   LLVM version: 10.0
33   ```
34
35 <!--
36 Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your
37 environment. E.g. `RUST_BACKTRACE=1 cargo clippy`.
38 -->
39 <details><summary>Backtrace</summary>
40   <p>
41   
42   ```
43   <backtrace>
44   ```
45   
46   </p>
47 </details>