Skip to main content

print_warning_fmt

Function print_warning_fmt 

Source
pub fn print_warning_fmt(args: Arguments<'_>)
Expand description

Warning with dynamic body via format_args! (G-MAC-01 residual close).

fmt::Arguments implements [Display], so the "warning: " prefix composes without a second allocation.