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_syntax/test_data/parser/inline/ok/0061_struct_lit.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 crates/ra_syntax/test_data/parser/inline/ok/0061_struct_lit.rs (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0061_struct_lit.rs') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0061_struct_lit.rs b/crates/ra_syntax/test_data/parser/inline/ok/0061_struct_lit.rs deleted file mode 100644 index 6285e5549..000000000 --- a/crates/ra_syntax/test_data/parser/inline/ok/0061_struct_lit.rs +++ /dev/null @@ -1,6 +0,0 @@ -fn foo() { - S {}; - S { x, y: 32, }; - S { x, y: 32, ..Default::default() }; - TupleStruct { 0: 1 }; -} -- cgit v1.2.3