mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 21:26:43 +00:00
turn `append_place_to_string` from recursion into iteration This PR fixes the FIXME in the impl of `append_place_to_string` which turns `append_place_to_string` from recursion into iteration, meanwhile simplifying the code relatively.