Rust: Accept consistency check failures.

This commit is contained in:
Geoffrey White
2025-06-11 08:52:52 +01:00
parent a9d5d8b2b3
commit ecac0dbe69
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
readWithoutDef
| lifetime.rs:511:6:511:14 | my_local2 | lifetime.rs:514:9:527:2 | enter \|...\| ... | 2 |
| lifetime.rs:564:6:564:14 | my_local2 | lifetime.rs:567:9:580:2 | enter { ... } | 2 |
readWithoutPriorRef
| lifetime.rs:511:6:511:14 | my_local2 | lifetime.rs:514:9:527:2 | enter \|...\| ... | 2 |
| lifetime.rs:564:6:564:14 | my_local2 | lifetime.rs:567:9:580:2 | enter { ... } | 2 |

View File

@@ -0,0 +1,5 @@
variableIsCaptured
| lifetime.rs:511:6:511:14 | my_local2 | CapturedVariable is not captured |
| lifetime.rs:564:6:564:14 | my_local2 | CapturedVariable is not captured |
consistencyOverview
| CapturedVariable is not captured | 2 |