rust/compiler/rustc_ast_passes
Nicholas Nethercote 6dced80b86 Remove visit_name from the AST visitor.
Because the default is empty and it's never overridden. This means
`walk_ident` can also be removed, because it does nothing.
2022-07-29 15:28:32 +10:00
..
src Remove visit_name from the AST visitor. 2022-07-29 15:28:32 +10:00
Cargo.toml