Add a blank check_fail_matcher implementation.

This commit is contained in:
Tom Alexander 2022-11-27 00:14:23 -05:00
parent 15dedc8ee9
commit ec4078c812
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ where
fail_matcher: ChainBehavior::AndParent(Some(fail_matcher))
})
}
pub fn check_fail_matcher<'s>(&'r self, i: &'s str) -> IResult<&'s str, &'s str, VerboseError<&'s str>> {
todo!()
}
}
fn test_context() {