Skip to content

Commit

Permalink
Merge pull request #17943 from github/redsun82/rust-accept-inconsiste…
Browse files Browse the repository at this point in the history
…ncies

Rust: accept some inconsitencies for now
  • Loading branch information
redsun82 authored Nov 8, 2024
2 parents a311294 + 9684df8 commit 5490975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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. |
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5490975

Please sign in to comment.