File tree 2 files changed +70
-0
lines changed
2 files changed +70
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report (False Negative)
3
+ about : Create a bug report about missing warnings from a lint
4
+ labels : L-bug, L-false-negative
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
+ Lint name:
11
+
12
+
13
+ I tried this code:
14
+
15
+ ``` rust
16
+ <code >
17
+ ```
18
+
19
+ I expected to see this happen: * explanation*
20
+
21
+ Instead, this happened: * explanation*
22
+
23
+ ### Meta
24
+
25
+ - ` cargo clippy -V ` : e.g. clippy 0.0.212 (f455e46 2020-06-20)
26
+ - ` rustc -Vv ` :
27
+ ```
28
+ rustc 1.46.0-nightly (f455e46ea 2020-06-20)
29
+ binary: rustc
30
+ commit-hash: f455e46eae1a227d735091091144601b467e1565
31
+ commit-date: 2020-06-20
32
+ host: x86_64-unknown-linux-gnu
33
+ release: 1.46.0-nightly
34
+ LLVM version: 10.0
35
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug Report (False Positive)
3
+ about : Create a bug report about a wrongly emitted lint warning
4
+ labels : L-bug, L-false-positive
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
+ Lint name:
11
+
12
+
13
+ I tried this code:
14
+
15
+ ``` rust
16
+ <code >
17
+ ```
18
+
19
+ I expected to see this happen: * explanation*
20
+
21
+ Instead, this happened: * explanation*
22
+
23
+ ### Meta
24
+
25
+ - ` cargo clippy -V ` : e.g. clippy 0.0.212 (f455e46 2020-06-20)
26
+ - ` rustc -Vv ` :
27
+ ```
28
+ rustc 1.46.0-nightly (f455e46ea 2020-06-20)
29
+ binary: rustc
30
+ commit-hash: f455e46eae1a227d735091091144601b467e1565
31
+ commit-date: 2020-06-20
32
+ host: x86_64-unknown-linux-gnu
33
+ release: 1.46.0-nightly
34
+ LLVM version: 10.0
35
+ ```
You can’t perform that action at this time.
0 commit comments