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.
This commit is contained in:
Paolo Tranquilli
2024-11-08 18:05:19 +01:00
parent a311294080
commit 9684df8535
2 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
uniqueCallEnclosingCallable
| canonical_paths.rs:32:9:32:14 | CallExpr | Call should have one enclosing callable but has 0. |
| canonical_paths.rs:66:13:66:20 | CallExpr | Call should have one enclosing callable but has 0. |

View File

@@ -1,7 +1,7 @@
uniqueNodeLocation
| file://:0:0:0:0 | ... .parent(...) | Node should have one location but has 0. |
| file://:0:0:0:0 | ... .unwrap(...) | Node should have one location but has 0. |
| file://:0:0:0:0 | BlockExpr | Node should have one location but has 0. |
| file://:0:0:0:0 | MethodCallExpr | Node should have one location but has 0. |
| file://:0:0:0:0 | MethodCallExpr | Node should have one location but has 0. |
| file://:0:0:0:0 | Param | Node should have one location but has 0. |
| file://:0:0:0:0 | PathExpr | Node should have one location but has 0. |
missingLocation