From 935eefe6740af842d37ace71ee26418c4fbc994b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 25 Nov 2024 18:34:03 -0800 Subject: [PATCH] Update test suite to nightly-2024-11-26 --- tests/common/eq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/eq.rs b/tests/common/eq.rs index 119df2b73..337e14211 100644 --- a/tests/common/eq.rs +++ b/tests/common/eq.rs @@ -493,7 +493,7 @@ spanless_eq_struct!(DelimSpacing; open close); spanless_eq_struct!(EnumDef; variants); spanless_eq_struct!(Expr; id kind span attrs !tokens); spanless_eq_struct!(ExprField; attrs id span ident expr is_shorthand is_placeholder); -spanless_eq_struct!(FieldDef; attrs id span vis ident ty is_placeholder); +spanless_eq_struct!(FieldDef; attrs id span vis safety ident ty is_placeholder); spanless_eq_struct!(Fn; defaultness generics sig body); spanless_eq_struct!(FnDecl; inputs output); spanless_eq_struct!(FnHeader; constness coroutine_kind safety ext);