Woah, it builds.
This commit is contained in:
@@ -12,7 +12,7 @@ use nom::combinator::not;
|
||||
use nom::error::VerboseError;
|
||||
use nom::IResult;
|
||||
|
||||
parser_with_context!(text_element, i, context, {
|
||||
parser_with_context!(text_element, TextElement, i, context, {
|
||||
// not(|i| (context.fail_matcher)(i))(i)?;
|
||||
alt((
|
||||
// map(
|
||||
|
||||
Reference in New Issue
Block a user