Rust: Accept test changes

This commit is contained in:
Simon Friis Vindum
2025-12-02 14:36:29 +01:00
parent 785025f1e3
commit c15e12c9ff
6 changed files with 5 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
| struct Array | |
| struct Ptr | |
| struct PtrConst | |
| struct PtrMut | |
| struct Ref | |
| struct RefMut | |

View File

@@ -11,3 +11,6 @@ multipleCallTargets
| main.rs:2642:13:2642:31 | ...::from(...) |
| main.rs:2643:13:2643:31 | ...::from(...) |
| main.rs:2644:13:2644:31 | ...::from(...) |
multiplePathResolutions
| main.rs:1818:26:1818:33 | <...> |
| main.rs:1819:17:1819:26 | <...> |

View File

@@ -6,7 +6,7 @@
| Files extracted - without errors % | 57 |
| Inconsistencies - AST | 0 |
| Inconsistencies - CFG | 0 |
| Inconsistencies - Path resolution | 1 |
| Inconsistencies - Path resolution | 197 |
| Inconsistencies - SSA | 0 |
| Inconsistencies - data flow | 0 |
| Lines of code extracted | 60 |

View File

@@ -1,2 +0,0 @@
multipleCallTargets
| test.rs:117:9:117:21 | ptr.is_null() |

View File

@@ -1,7 +0,0 @@
multipleCallTargets
| main.rs:242:44:242:78 | ... .cast() |
| main.rs:245:44:245:78 | ... .cast() |
| main.rs:248:44:248:78 | ... .cast() |
| main.rs:251:14:251:48 | ... .cast() |
| main.rs:254:14:254:48 | ... .cast() |
| main.rs:257:14:257:48 | ... .cast() |

View File

@@ -1,12 +1,4 @@
multipleCallTargets
| deallocation.rs:162:5:162:17 | ptr.is_null() |
| deallocation.rs:174:7:174:19 | ptr.is_null() |
| deallocation.rs:186:5:186:17 | ptr.is_null() |
| deallocation.rs:190:5:190:17 | ptr.is_null() |
| deallocation.rs:194:6:194:18 | ptr.is_null() |
| deallocation.rs:202:5:202:17 | ptr.is_null() |
| deallocation.rs:210:25:210:37 | ptr.is_null() |
| deallocation.rs:225:5:225:23 | const_ptr.is_null() |
| deallocation.rs:354:11:354:29 | ...::from(...) |
| deallocation.rs:355:11:355:29 | ...::from(...) |
| lifetime.rs:610:13:610:31 | ...::from(...) |