File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ spanless_eq_enum!(ExprKind; Array(0) ConstBlock(0) Call(0 1) MethodCall(0)
605605 Assign ( 0 1 2 ) AssignOp ( 0 1 2 ) Field ( 0 1 ) Index ( 0 1 2 ) Underscore
606606 Range ( 0 1 2 ) Path ( 0 1 ) AddrOf ( 0 1 2 ) Break ( 0 1 ) Continue ( 0 ) Ret ( 0 )
607607 InlineAsm ( 0 ) OffsetOf ( 0 1 ) MacCall ( 0 ) Struct ( 0 ) Repeat ( 0 1 ) Paren ( 0 ) Try ( 0 )
608- Yield ( 0 ) Yeet ( 0 ) Become ( 0 ) IncludedBytes ( 0 ) FormatArgs ( 0 ) Err ) ;
608+ Yield ( 0 ) Yeet ( 0 ) Become ( 0 ) IncludedBytes ( 0 ) FormatArgs ( 0 ) Err ( 0 ) Dummy ) ;
609609spanless_eq_enum ! ( InlineAsmOperand ; In ( reg expr) Out ( reg late expr)
610610 InOut ( reg late expr) SplitInOut ( reg late in_expr out_expr) Const ( anon_const)
611611 Sym ( sym) ) ;
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ fn librustc_parenthesize(mut librustc_expr: P<ast::Expr>) -> P<ast::Expr> {
278278 e,
279279 P ( Expr {
280280 id : ast:: DUMMY_NODE_ID ,
281- kind : ExprKind :: Err ,
281+ kind : ExprKind :: Dummy ,
282282 span : DUMMY_SP ,
283283 attrs : ThinVec :: new ( ) ,
284284 tokens : None ,
You can’t perform that action at this time.
0 commit comments