Function piston_meta::meta_rules::parse_errstr_with_indent[][src]

pub fn parse_errstr_with_indent(
    rules: &Syntax,
    text: &str,
    tokens: &mut Vec<Range<MetaData>>,
    indent_settings: &IndentSettings
) -> Result<(), String>

Parses text with rules with indention settings, formatting the error as a String.