mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
Rust: Accept consistency check failures.
This commit is contained in:
@@ -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 |
|
||||
@@ -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 |
|
||||
Reference in New Issue
Block a user