Merge branch 'main' into redsun82/rust-cargo-options

This commit is contained in:
Paolo Tranquilli
2024-11-08 18:17:54 +01:00
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