pub fn parse_program_with_stats(
input: &str,
) -> Result<(Program, FastParseStats)>Expand description
parse_program plus fast-path statistics (for probes and tests).
pub fn parse_program_with_stats(
input: &str,
) -> Result<(Program, FastParseStats)>parse_program plus fast-path statistics (for probes and tests).