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 a78a40a commit 1dc8717Copy full SHA for 1dc8717
platformtree/parser.rs
@@ -215,7 +215,7 @@ impl<'a> Parser<'a> {
215
subnodes = HashMap::new();
216
},
217
ref other => {
218
- self.error(format!("expected `\\{` or `;` but found `{}`",
+ self.error(format!("expected `{{` or `;` but found `{}`",
219
token::to_str(other)));
220
return None;
221
}
0 commit comments