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 9036cda commit 549f6a1Copy full SHA for 549f6a1
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