Function rustc_parse::parse_crate_from_source_str
source · pub fn parse_crate_from_source_str(
name: FileName,
source: String,
sess: &ParseSess
) -> PResult<'_, Crate>
pub fn parse_crate_from_source_str(
name: FileName,
source: String,
sess: &ParseSess
) -> PResult<'_, Crate>