This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
compiler/rustc_middle/src Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ thir_with_elements! {
8888 exprs: ExprId => Expr <' tcx> => "e{}" ,
8989 stmts: StmtId => Stmt <' tcx> => "s{}" ,
9090 params: ParamId => Param <' tcx> => "p{}" ,
91+ pats: PatId => Pat <' tcx> => "pat{}" ,
9192}
9293
9394#[ derive( Debug , HashStable ) ]
Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ TrivialTypeTraversalImpls! {
261261 crate :: mir:: SourceScope ,
262262 crate :: mir:: SourceScopeLocalData ,
263263 crate :: mir:: SwitchTargets ,
264+ crate :: thir:: PatId ,
264265 crate :: traits:: IsConstable ,
265266 crate :: traits:: OverflowError ,
266267 crate :: ty:: abstract_const:: NotConstEvaluatable ,
Original file line number Diff line number Diff line change 8181 ],
8282 stmts: [],
8383 params: [],
84+ pats: [],
8485}
8586
8687DefId(0:9 ~ thir_flat_const_variant[1f54]::{impl#0}::BAR2):
@@ -166,6 +167,7 @@ Thir {
166167 ],
167168 stmts: [],
168169 params: [],
170+ pats: [],
169171}
170172
171173DefId(0:10 ~ thir_flat_const_variant[1f54]::{impl#0}::BAR3):
@@ -251,6 +253,7 @@ Thir {
251253 ],
252254 stmts: [],
253255 params: [],
256+ pats: [],
254257}
255258
256259DefId(0:11 ~ thir_flat_const_variant[1f54]::{impl#0}::BAR4):
@@ -336,6 +339,7 @@ Thir {
336339 ],
337340 stmts: [],
338341 params: [],
342+ pats: [],
339343}
340344
341345DefId(0:12 ~ thir_flat_const_variant[1f54]::main):
@@ -388,5 +392,6 @@ Thir {
388392 ],
389393 stmts: [],
390394 params: [],
395+ pats: [],
391396}
392397
Original file line number Diff line number Diff line change 4848 ],
4949 stmts: [],
5050 params: [],
51+ pats: [],
5152}
5253
You can’t perform that action at this time.
0 commit comments