diff --git a/src/ast.rs b/src/ast.rs index 93c8bba0e..93e5e61b7 100644 --- a/src/ast.rs +++ b/src/ast.rs @@ -2514,7 +2514,7 @@ pub struct Ast { // Its type depends on what was requested to parse. top: Box, /// Whether any errors were encountered during parsing. - pub any_error: bool, + any_error: bool, /// Extra fields. pub extras: Extras, }