mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: fix old.dbscheme in downgrade script
This commit is contained in:
@@ -2049,12 +2049,6 @@ macro_block_exprs(
|
|||||||
unique int id: @macro_block_expr
|
unique int id: @macro_block_expr
|
||||||
);
|
);
|
||||||
|
|
||||||
#keyset[id]
|
|
||||||
macro_block_expr_tail_exprs(
|
|
||||||
int id: @macro_block_expr ref,
|
|
||||||
int tail_expr: @expr ref
|
|
||||||
);
|
|
||||||
|
|
||||||
#keyset[id, index]
|
#keyset[id, index]
|
||||||
macro_block_expr_statements(
|
macro_block_expr_statements(
|
||||||
int id: @macro_block_expr ref,
|
int id: @macro_block_expr ref,
|
||||||
@@ -2062,6 +2056,12 @@ macro_block_expr_statements(
|
|||||||
int statement: @stmt ref
|
int statement: @stmt ref
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#keyset[id]
|
||||||
|
macro_block_expr_tail_exprs(
|
||||||
|
int id: @macro_block_expr ref,
|
||||||
|
int tail_expr: @expr ref
|
||||||
|
);
|
||||||
|
|
||||||
macro_exprs(
|
macro_exprs(
|
||||||
unique int id: @macro_expr
|
unique int id: @macro_expr
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user