log_line_from_source

Function log_line_from_source 

Source
fn log_line_from_source<O: Write + Send>(
    errors: &Errors<'_>,
    output: &mut O,
    pointer: &PointedMessage,
    indentation: usize,
    line: &str,
    spaces: usize,
)
Expand description

Print a line from the source file.