mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +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.