Function attempt_print_to_stderr
pub(crate) fn attempt_print_to_stderr(args: Arguments<'_>)
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.