2020-06-23 02:27:11 -05:00
|
|
|
---
|
|
|
|
name: Bug Report
|
|
|
|
about: Create a bug report for Clippy
|
2021-02-13 09:45:34 -06:00
|
|
|
labels: C-bug
|
2020-06-23 02:27:11 -05:00
|
|
|
---
|
|
|
|
<!--
|
|
|
|
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
|
|
|
|
along with any information you feel relevant to replicating the bug.
|
|
|
|
-->
|
|
|
|
|
|
|
|
I tried this code:
|
|
|
|
|
|
|
|
```rust
|
|
|
|
<code>
|
|
|
|
```
|
|
|
|
|
|
|
|
I expected to see this happen: *explanation*
|
|
|
|
|
|
|
|
Instead, this happened: *explanation*
|
|
|
|
|
|
|
|
### Meta
|
|
|
|
|
2021-08-25 09:25:01 -05:00
|
|
|
**Rust version (`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
|
|
|
|
```
|
2020-06-23 02:27:11 -05:00
|
|
|
|
|
|
|
<!--
|
2021-08-25 09:25:01 -05:00
|
|
|
Additional labels can be added to this issue by including the following command:
|
|
|
|
|
|
|
|
@rustbot label +<label>
|
|
|
|
|
|
|
|
Common labels for this issue type are:
|
|
|
|
* `I-suggestion-causes-error`
|
2020-06-23 02:27:11 -05:00
|
|
|
-->
|