Skip to content

Commit 4a76b5b

Browse files
committed
Rust: Accept consistency check failures.
1 parent ed14b37 commit 4a76b5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
postWithInFlow
2+
| deallocation.rs:20:23:20:24 | [post] m1 | PostUpdateNode should not be the target of local flow. |
3+
| deallocation.rs:70:23:70:35 | [post] m2 as ... | PostUpdateNode should not be the target of local flow. |
4+
| deallocation.rs:112:14:112:40 | [post] my_ptr as ... | PostUpdateNode should not be the target of local flow. |
5+
| deallocation.rs:176:27:176:28 | [post] p1 | PostUpdateNode should not be the target of local flow. |
6+
| deallocation.rs:189:27:189:44 | [post] ... .as_mut_ptr(...) | PostUpdateNode should not be the target of local flow. |
7+
| deallocation.rs:217:24:217:31 | [post] self.ptr | PostUpdateNode should not be the target of local flow. |
8+
| deallocation.rs:236:27:236:29 | [post] ptr | PostUpdateNode should not be the target of local flow. |
9+
| deallocation.rs:242:27:242:29 | [post] ptr | PostUpdateNode should not be the target of local flow. |
10+
| deallocation.rs:267:23:267:25 | [post] ptr | PostUpdateNode should not be the target of local flow. |

0 commit comments

Comments
 (0)