[][src]Function syntex_syntax2::parse::parse_stmt_from_source_str

pub fn parse_stmt_from_source_str(
    name: String,
    source: String,
    sess: &ParseSess
) -> PResult<Option<Stmt>>