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