Rename walk_crate.
This commit is contained in:
@@ -1122,7 +1122,7 @@ impl<'tcx> DumpVisitor<'tcx> {
|
||||
attributes: lower_attributes(attrs.to_owned(), &self.save_ctxt),
|
||||
},
|
||||
);
|
||||
self.tcx.hir().walk_crate(self);
|
||||
self.tcx.hir().walk_toplevel_module(self);
|
||||
}
|
||||
|
||||
fn process_bounds(&mut self, bounds: hir::GenericBounds<'tcx>) {
|
||||
|
||||
Reference in New Issue
Block a user