pub fn print_warning_fmt(args: Arguments<'_>)Expand description
Warning with dynamic body via format_args! (G-MAC-01 residual close).
fmt::Arguments implements std::fmt::Display, so the "warning: " prefix composes
without a second allocation.