From 5b18a4eef9e69260ce2f105b33553c929cb7d827 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 23 Aug 2019 15:55:21 +0300 Subject: rename struct -> record, pos -> tuple --- crates/ra_mbe/src/tests.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crates/ra_mbe') diff --git a/crates/ra_mbe/src/tests.rs b/crates/ra_mbe/src/tests.rs index 192e9007d..1dbf22997 100644 --- a/crates/ra_mbe/src/tests.rs +++ b/crates/ra_mbe/src/tests.rs @@ -419,9 +419,9 @@ MACRO_ITEMS@[0; 40) STRUCT_KW@[0; 6) "struct" NAME@[6; 9) IDENT@[6; 9) "Foo" - NAMED_FIELD_DEF_LIST@[9; 20) + RECORD_FIELD_DEF_LIST@[9; 20) L_CURLY@[9; 10) "{" - NAMED_FIELD_DEF@[10; 19) + RECORD_FIELD_DEF@[10; 19) NAME@[10; 15) IDENT@[10; 15) "field" COLON@[15; 16) ":" @@ -435,9 +435,9 @@ MACRO_ITEMS@[0; 40) STRUCT_KW@[20; 26) "struct" NAME@[26; 29) IDENT@[26; 29) "Bar" - NAMED_FIELD_DEF_LIST@[29; 40) + RECORD_FIELD_DEF_LIST@[29; 40) L_CURLY@[29; 30) "{" - NAMED_FIELD_DEF@[30; 39) + RECORD_FIELD_DEF@[30; 39) NAME@[30; 35) IDENT@[30; 35) "field" COLON@[35; 36) ":" -- cgit v1.2.3