]> git.lizzy.rs Git - rust.git/blob - .github/ISSUE_TEMPLATE/bug_report.md
Updating issue templates again for rustbot
[rust.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug Report
3 about: Create a bug report for Clippy
4 labels: C-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 **Rust version (`rustc -Vv`):**
24
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 Additional labels can be added to this issue by including the following command
37 (without the space after the @ symbol):
38
39 `@rustbot label +<label>`
40
41 Common labels for this issue type are:
42 * `I-suggestion-causes-error`
43 -->