[][src]Function atomsh::make_error

pub fn make_error(
    line: &str,
    unexpected: &str,
    line_number: usize,
    column_number: usize
) -> String

This formats an error properly given the line, the unexpected token as a string, the line number, and the column number of the unexpected token.