Skip to content

Commit 5e33c5f

Browse files
committed
save-analysis: walk paths
Catches generic types in paths
1 parent 659859c commit 5e33c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_save_analysis/dump_visitor.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,7 @@ impl<'l, 'tcx: 'l, 'll, D: Dump +'ll> Visitor<'l> for DumpVisitor<'l, 'tcx, 'll,
13591359
}
13601360

13611361
self.write_sub_paths_truncated(path);
1362+
visit::walk_path(self, path);
13621363
}
13631364
ast::TyKind::Array(ref element, ref length) => {
13641365
self.visit_ty(element);

0 commit comments

Comments
 (0)