aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_mbe
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-23 13:55:21 +0100
committerAleksey Kladov <[email protected]>2019-08-23 14:59:50 +0100
commit5b18a4eef9e69260ce2f105b33553c929cb7d827 (patch)
tree15f55b3eab48c3d0bbb1975fbd4db7cbb56d3e3e /crates/ra_mbe
parentc12dce0073c1766f7d2b10a69f8526a8093e70dc (diff)
rename struct -> record, pos -> tuple
Diffstat (limited to 'crates/ra_mbe')
-rw-r--r--crates/ra_mbe/src/tests.rs8
1 files changed, 4 insertions, 4 deletions
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)
419 STRUCT_KW@[0; 6) "struct" 419 STRUCT_KW@[0; 6) "struct"
420 NAME@[6; 9) 420 NAME@[6; 9)
421 IDENT@[6; 9) "Foo" 421 IDENT@[6; 9) "Foo"
422 NAMED_FIELD_DEF_LIST@[9; 20) 422 RECORD_FIELD_DEF_LIST@[9; 20)
423 L_CURLY@[9; 10) "{" 423 L_CURLY@[9; 10) "{"
424 NAMED_FIELD_DEF@[10; 19) 424 RECORD_FIELD_DEF@[10; 19)
425 NAME@[10; 15) 425 NAME@[10; 15)
426 IDENT@[10; 15) "field" 426 IDENT@[10; 15) "field"
427 COLON@[15; 16) ":" 427 COLON@[15; 16) ":"
@@ -435,9 +435,9 @@ MACRO_ITEMS@[0; 40)
435 STRUCT_KW@[20; 26) "struct" 435 STRUCT_KW@[20; 26) "struct"
436 NAME@[26; 29) 436 NAME@[26; 29)
437 IDENT@[26; 29) "Bar" 437 IDENT@[26; 29) "Bar"
438 NAMED_FIELD_DEF_LIST@[29; 40) 438 RECORD_FIELD_DEF_LIST@[29; 40)
439 L_CURLY@[29; 30) "{" 439 L_CURLY@[29; 30) "{"
440 NAMED_FIELD_DEF@[30; 39) 440 RECORD_FIELD_DEF@[30; 39)
441 NAME@[30; 35) 441 NAME@[30; 35)
442 IDENT@[30; 35) "field" 442 IDENT@[30; 35) "field"
443 COLON@[35; 36) ":" 443 COLON@[35; 36) ":"