Rename walk_crate.
This commit is contained in:
parent
df148e4efb
commit
d119a13137
11 changed files with 14 additions and 14 deletions
|
@ -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>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue