mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

remove `visit_clobber` and move `DummyAstNode` to `rustc_expand` `visit_clobber` is not really useful except for one niche purpose involving generic code. We should just use the replace logic where we can.