pub fn mark_stderr_at_line_start()Expand description
Tell the logger that stderr is back at line start. For the Note! /
NoteLog! macros, which write to stderr directly via println_stderr!
rather than through log::Log — without this the next diagnostic record
could emit a spurious leading newline.