1
Fork 0

Rename walk_crate.

This commit is contained in:
Camille GILLOT 2021-09-02 19:22:24 +02:00
parent df148e4efb
commit d119a13137
11 changed files with 14 additions and 14 deletions

View file

@ -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>) {