mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
40ace17fc3
Extended temporary argument to format_args!() in all cases Fixes https://github.com/rust-lang/rust/issues/145880 by removing the special case.