pub fn expected_to_string(
    expected: &[String],
    token_map: &HashMap<&'static str, &'static str>
) -> Option<String>
Expand description

Format lalrpop expected error messages