diff options
author | Aleksey Kladov <[email protected]> | 2018-08-10 20:33:29 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-10 20:33:29 +0100 |
commit | 7c67612b8a894187fa3b64725531a5459f9211bf (patch) | |
tree | 9e2a536efa0c880d921fd8d4d74423afc9451fd4 /tests/data/parser/err/0000_struct_field_missing_comma.rs | |
parent | 26262aaf05983c5b7f41cc438e287523268fe1eb (diff) |
organizize
Diffstat (limited to 'tests/data/parser/err/0000_struct_field_missing_comma.rs')
-rw-r--r-- | tests/data/parser/err/0000_struct_field_missing_comma.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/data/parser/err/0000_struct_field_missing_comma.rs b/tests/data/parser/err/0000_struct_field_missing_comma.rs deleted file mode 100644 index fe5030d89..000000000 --- a/tests/data/parser/err/0000_struct_field_missing_comma.rs +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | struct S { | ||
2 | a: u32 | ||
3 | b: u32 | ||
4 | } \ No newline at end of file | ||