pub(crate) fn attempt_print_to_stderr(args: Arguments<'_>)
Expand description

Used by impl Termination for Result to print error after main or a test has returned. Should avoid panicking, although we can’t help it if one of the Display impls inside args decides to.