mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-06 16:12:25 +00:00
By avoiding formatting and allocations in the no-ident case, and by making the span mandatory if the ident exists. Use the optimized `opt_item_ident` to cleanup `fn each_child_of_item`