We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c949ba1 commit 648fca9Copy full SHA for 648fca9
tests/common/eq.rs
@@ -498,7 +498,7 @@ spanless_eq_struct!(Fn; defaultness generics sig body);
498
spanless_eq_struct!(FnDecl; inputs output);
499
spanless_eq_struct!(FnHeader; constness coroutine_kind safety ext);
500
spanless_eq_struct!(FnSig; header decl span);
501
-spanless_eq_struct!(ForeignMod; safety abi items);
+spanless_eq_struct!(ForeignMod; extern_span safety abi items);
502
spanless_eq_struct!(FormatArgPosition; index kind span);
503
spanless_eq_struct!(FormatArgs; span template arguments);
504
spanless_eq_struct!(FormatArgument; kind expr);
0 commit comments