mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 21:55:31 +00:00

Extended temporary argument to format_args!() in all cases Fixes https://github.com/rust-lang/rust/issues/145880 by removing the special case.