We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
old.dbscheme
1 parent 5e0f0c0 commit fbeebd7Copy full SHA for fbeebd7
1 file changed
rust/downgrades/b41e55c0dba14a139d01dbee713aca5efe5b818a/old.dbscheme
@@ -2049,19 +2049,19 @@ macro_block_exprs(
2049
unique int id: @macro_block_expr
2050
);
2051
2052
-#keyset[id]
2053
-macro_block_expr_tail_exprs(
2054
- int id: @macro_block_expr ref,
2055
- int tail_expr: @expr ref
2056
-);
2057
-
2058
#keyset[id, index]
2059
macro_block_expr_statements(
2060
int id: @macro_block_expr ref,
2061
int index: int ref,
2062
int statement: @stmt ref
2063
2064
+#keyset[id]
+macro_block_expr_tail_exprs(
+ int id: @macro_block_expr ref,
+ int tail_expr: @expr ref
+);
+
2065
macro_exprs(
2066
unique int id: @macro_expr
2067
0 commit comments