aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/err/0000_struct_field_missing_comma.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-10 20:33:29 +0100
committerAleksey Kladov <[email protected]>2018-08-10 20:33:29 +0100
commit7c67612b8a894187fa3b64725531a5459f9211bf (patch)
tree9e2a536efa0c880d921fd8d4d74423afc9451fd4 /tests/data/parser/err/0000_struct_field_missing_comma.rs
parent26262aaf05983c5b7f41cc438e287523268fe1eb (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.rs4
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 @@
1struct S {
2 a: u32
3 b: u32
4} \ No newline at end of file