Skip to content

Commit 9fe0be0

Browse files
committed
bindings: Fix error message for impossible patterns
1 parent da576cf commit 9fe0be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ pub enum ParseError {
455455
message: String,
456456
location: ParserErrorLocation,
457457
},
458-
#[error("invalid predicate\n{0}")]
458+
#[error("impossible pattern\n{0}")]
459459
ImpossiblePattern(ParserErrorLocation),
460460
}
461461

0 commit comments

Comments
 (0)