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 884f19a commit e58d4b5Copy full SHA for e58d4b5
src/expression.rs
@@ -92,7 +92,7 @@ fn next_expr(sl: &str, delim: char) -> Found {
92
}
93
94
} else {
95
- unreachable!("Internal: delimiters in parsing must be '(' or '{'");
+ unreachable!("{}", "Internal: delimiters in parsing must be '(' or '{'");
96
97
found
98
0 commit comments