Skip to content

Commit 018fc5a

Browse files
committed
Update test suite to nightly-2024-02-27
1 parent 5e15a9b commit 018fc5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/common/eq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);
609609
spanless_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));

tests/test_precedence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)