We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6104e commit e06d910Copy full SHA for e06d910
fluent-syntax/src/parser/errors/list.rs
@@ -1,4 +1,4 @@
1
-#[derive(Debug)]
+#[derive(Debug, PartialEq)]
2
pub struct ParserError {
3
pub info: Option<ErrorInfo>,
4
pub kind: ErrorKind,
0 commit comments