rust/compiler/rustc_lint
Matthias Krüger ad876cbe86
Rollup merge of #141843 - fee1-dead-contrib:ast_visitor_visit_id, r=oli-obk
Add `visit_id` to ast `Visitor`

This helps with efforts to deduplicate the `MutVisitor` and the `Visitor` code. All users of `Visitor`'s methods that have extra `NodeId` as parameters really just want to visit the id on its own.

Also includes some methods deduplicated and cleaned up as a result of this change.

r? oli-obk
2025-06-03 11:33:33 +02:00
..
src Rollup merge of #141843 - fee1-dead-contrib:ast_visitor_visit_id, r=oli-obk 2025-06-03 11:33:33 +02:00
Cargo.toml Remove rustc_attr_data_structures re-export from rustc_attr_parsing 2025-05-18 18:14:43 +02:00
messages.ftl Rollup merge of #133823 - estebank:issue-56328, r=petrochenkov 2025-05-30 07:01:27 +02:00