mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
44 lines
921 B
Markdown
44 lines
921 B
Markdown
---
|
|
name: Bug Report (False Positive)
|
|
about: Create a bug report about a wrongly emitted lint warning
|
|
labels: C-bug, I-false-positive
|
|
---
|
|
<!--
|
|
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.
|
|
-->
|
|
Lint name:
|
|
|
|
|
|
I tried this code:
|
|
|
|
```rust
|
|
<code>
|
|
```
|
|
|
|
I expected to see this happen: *explanation*
|
|
|
|
Instead, this happened: *explanation*
|
|
|
|
### Meta
|
|
|
|
**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
|
|
```
|
|
|
|
<!--
|
|
Additional labels can be added to this issue by including the following command
|
|
(without the space after the @ symbol):
|
|
|
|
@ rustbot label +<label>
|
|
|
|
Common labels for this issue type are:
|
|
* I-suggestion-causes-error
|
|
-->
|