fn log_line_from_source<O: Write + Send>( errors: &Errors<'_>, output: &mut O, pointer: &PointedMessage, indentation: usize, line: &str, spaces: usize, )
Print a line from the source file.