Skip to content

Commit 4ddc7a4

Browse files
committed
Rust: Update unused value expected results
1 parent b665f45 commit 4ddc7a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust/ql/test/query-tests/unusedentities/UnusedValue.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828
| more.rs:80:9:80:14 | a_ptr4 | Variable is assigned a value that is never used. |
2929
| more.rs:95:9:95:13 | d_ptr | Variable is assigned a value that is never used. |
3030
| 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

Comments
 (0)