mirror of
https://github.com/helix-editor/tree-house.git
synced 2025-10-06 00:12:46 +02:00
bindings: Fix error message for impossible patterns
This commit is contained in:
@@ -455,7 +455,7 @@ pub enum ParseError {
|
||||
message: String,
|
||||
location: ParserErrorLocation,
|
||||
},
|
||||
#[error("invalid predicate\n{0}")]
|
||||
#[error("impossible pattern\n{0}")]
|
||||
ImpossiblePattern(ParserErrorLocation),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user