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 502ea28 commit 36339e8Copy full SHA for 36339e8
docs/codegen/src/rules_docs.rs
@@ -431,7 +431,7 @@ fn print_diagnostics(
431
});
432
433
// split and parse each statement
434
- let stmts = pglt_statement_splitter::split(code);
+ let stmts = pglt_statement_splitter::split(code).expect("unexpected parse error");
435
for stmt in stmts.ranges {
436
match pglt_query_ext::parse(&code[stmt]) {
437
Ok(ast) => {
0 commit comments