mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:57:53 +00:00
It turns out that this visitor doesn't actually need `nested_filter::All` to handle nested items; it just needs to override `visit_nested_item` and look up the item's span.