Function rustc_parse::new_parser_from_source_str
source · pub fn new_parser_from_source_str(
sess: &ParseSess,
name: FileName,
source: String
) -> Parser<'_>
Expand description
Creates a new parser from a source string.