We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b665f45 commit 4ddc7a4Copy full SHA for 4ddc7a4
1 file changed
rust/ql/test/query-tests/unusedentities/UnusedValue.expected
@@ -28,3 +28,8 @@
28
| more.rs:80:9:80:14 | a_ptr4 | Variable is assigned a value that is never used. |
29
| more.rs:95:9:95:13 | d_ptr | Variable is assigned a value that is never used. |
30
| more.rs:101:9:101:17 | f_ptr | Variable is assigned a value that is never used. |
31
+| unreachable.rs:166:6:166:6 | x | Variable is assigned a value that is never used. |
32
+| unreachable.rs:190:14:190:14 | a | Variable is assigned a value that is never used. |
33
+| unreachable.rs:199:9:199:9 | a | Variable is assigned a value that is never used. |
34
+| unreachable.rs:210:11:210:11 | a | Variable is assigned a value that is never used. |
35
+| unreachable.rs:217:6:217:6 | a | Variable is assigned a value that is never used. |
0 commit comments