Skip to main content

parse_program_with_stats

Function parse_program_with_stats 

Source
pub fn parse_program_with_stats(
    input: &str,
) -> Result<(Program, FastParseStats)>
Expand description

parse_program plus fast-path statistics (for probes and tests).