mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 02:36:36 +00:00
`on_all_children_bits` has two arguments that are unused: `tcx` and `body`. This was not detected by the compiler because it's a recursive function. This commit removes them, and removes lots of other arguments and fields that are no longer necessary.