Skip to content

Commit e06d910

Browse files
author
Zibi Braniecki
committed
Let errors be compared
1 parent ce6104e commit e06d910

File tree

1 file changed

+1
-1
lines changed
  • fluent-syntax/src/parser/errors

1 file changed

+1
-1
lines changed

fluent-syntax/src/parser/errors/list.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[derive(Debug)]
1+
#[derive(Debug, PartialEq)]
22
pub struct ParserError {
33
pub info: Option<ErrorInfo>,
44
pub kind: ErrorKind,

0 commit comments

Comments
 (0)