From 35cb3407dda50fe52a3c63666b37b75e8deb6dc4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 27 Sep 2018 22:38:19 -0700 Subject: [PATCH] Compiler now tracks whether module declarations are inline --- 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 9d70112550..72dc6522c0 100644 --- a/tests/common/eq.rs +++ b/tests/common/eq.rs @@ -292,7 +292,7 @@ spanless_eq_struct!(Local; pat ty init id span attrs); spanless_eq_struct!(Mac_; path delim tts); spanless_eq_struct!(MacroDef; tokens legacy); spanless_eq_struct!(MethodSig; header decl); -spanless_eq_struct!(Mod; inner items); +spanless_eq_struct!(Mod; inner items inline); spanless_eq_struct!(MutTy; ty mutbl); spanless_eq_struct!(ParenthesisedArgs; span inputs output); spanless_eq_struct!(Pat; id node span);