diff options
Diffstat (limited to 'crates/libsyntax2/tests/data/parser/inline/0061_struct_lit.rs')
-rw-r--r-- | crates/libsyntax2/tests/data/parser/inline/0061_struct_lit.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/crates/libsyntax2/tests/data/parser/inline/0061_struct_lit.rs b/crates/libsyntax2/tests/data/parser/inline/0061_struct_lit.rs deleted file mode 100644 index eb711f68a..000000000 --- a/crates/libsyntax2/tests/data/parser/inline/0061_struct_lit.rs +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | fn foo() { | ||
2 | S {}; | ||
3 | S { x, y: 32, }; | ||
4 | S { x, y: 32, ..Default::default() }; | ||
5 | } | ||