File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
rust/ql/test/query-tests/unusedentities Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 28
28
| more.rs:80:9:80:14 | a_ptr4 | Variable is assigned a value that is never used. |
29
29
| more.rs:95:9:95:13 | d_ptr | Variable is assigned a value that is never used. |
30
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. |
You can’t perform that action at this time.
0 commit comments