Rust: Accept consistency check fixes following merge with main.

This commit is contained in:
Geoffrey White
2025-04-04 12:11:25 +01:00
parent 8b23945417
commit 24a4aad120
2 changed files with 0 additions and 12 deletions

View File

@@ -1,2 +0,0 @@
postWithInFlow
| test.rs:118:17:118:19 | [post] ptr | PostUpdateNode should not be the target of local flow. |

View File

@@ -1,10 +0,0 @@
postWithInFlow
| deallocation.rs:20:23:20:24 | [post] m1 | PostUpdateNode should not be the target of local flow. |
| deallocation.rs:70:23:70:35 | [post] m2 as ... | PostUpdateNode should not be the target of local flow. |
| deallocation.rs:112:14:112:40 | [post] my_ptr as ... | PostUpdateNode should not be the target of local flow. |
| deallocation.rs:176:27:176:28 | [post] p1 | PostUpdateNode should not be the target of local flow. |
| deallocation.rs:189:27:189:44 | [post] ... .as_mut_ptr(...) | PostUpdateNode should not be the target of local flow. |
| deallocation.rs:217:24:217:31 | [post] self.ptr | PostUpdateNode should not be the target of local flow. |
| deallocation.rs:236:27:236:29 | [post] ptr | PostUpdateNode should not be the target of local flow. |
| deallocation.rs:242:27:242:29 | [post] ptr | PostUpdateNode should not be the target of local flow. |
| deallocation.rs:267:23:267:25 | [post] ptr | PostUpdateNode should not be the target of local flow. |