lex_with_source

Function lex_with_source 

Source
pub fn lex_with_source<'a>(
    source_id: SourceId,
    s: &'a str,
) -> Vec<(Token<'a>, Span)>