Skip to content

Commit 9684df8

Browse files
author
Paolo Tranquilli
committed
Rust: accept some inconsitencies for now
The modified result is just a change due to a semantic conflict after introducing some `toString` implementations. The new inconsistency should be looked at more in detail.
1 parent a311294 commit 9684df8

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)