Skip to content

Commit 648fca9

Browse files
committed
Update test suite to nightly-2024-11-02
1 parent c949ba1 commit 648fca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common/eq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ spanless_eq_struct!(Fn; defaultness generics sig body);
498498
spanless_eq_struct!(FnDecl; inputs output);
499499
spanless_eq_struct!(FnHeader; constness coroutine_kind safety ext);
500500
spanless_eq_struct!(FnSig; header decl span);
501-
spanless_eq_struct!(ForeignMod; safety abi items);
501+
spanless_eq_struct!(ForeignMod; extern_span safety abi items);
502502
spanless_eq_struct!(FormatArgPosition; index kind span);
503503
spanless_eq_struct!(FormatArgs; span template arguments);
504504
spanless_eq_struct!(FormatArgument; kind expr);

0 commit comments

Comments
 (0)