]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/.github/ISSUE_TEMPLATE/bug_report.md
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / tools / clippy / .github / ISSUE_TEMPLATE / bug_report.md
CommitLineData
f20569fa
XL
1---
2name: Bug Report
3about: Create a bug report for Clippy
4labels: C-bug
5---
6<!--
7Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
8along with any information you feel relevant to replicating the bug.
9-->
10
11I tried this code:
12
13```rust
14<code>
15```
16
17I expected to see this happen: *explanation*
18
19Instead, 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<!--
36Include a backtrace in the code block by setting `RUST_BACKTRACE=1` in your
37environment. 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>