pub fn check_block_section<'input, 'a: 'input>(
body: &[CheckGroup<'a>],
test_result: &mut TestResult,
context: &mut MatchContext<'input, 'a>,
)
Expand description
Evaluate a section of check operations with the given context,
gathering any errors encountered into errors
.