mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
a87bc9d9fe
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.