Skip to content

Commit 5490975

Browse files
authored
Merge pull request #17943 from github/redsun82/rust-accept-inconsistencies
Rust: accept some inconsitencies for now
2 parents a311294 + 9684df8 commit 5490975

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
uniqueCallEnclosingCallable
2+
| canonical_paths.rs:32:9:32:14 | CallExpr | Call should have one enclosing callable but has 0. |
3+
| canonical_paths.rs:66:13:66:20 | CallExpr | Call should have one enclosing callable but has 0. |

rust/ql/test/extractor-tests/generated/MacroItems/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
uniqueNodeLocation
2+
| file://:0:0:0:0 | ... .parent(...) | Node should have one location but has 0. |
3+
| file://:0:0:0:0 | ... .unwrap(...) | Node should have one location but has 0. |
24
| file://:0:0:0:0 | BlockExpr | Node should have one location but has 0. |
3-
| file://:0:0:0:0 | MethodCallExpr | Node should have one location but has 0. |
4-
| file://:0:0:0:0 | MethodCallExpr | Node should have one location but has 0. |
55
| file://:0:0:0:0 | Param | Node should have one location but has 0. |
66
| file://:0:0:0:0 | PathExpr | Node should have one location but has 0. |
77
missingLocation

0 commit comments

Comments
 (0)