From efcfaae34ac7a54e858aad82e6503a7c69d6c550 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 7 Jan 2018 12:32:29 +0300 Subject: Tests for partial parse --- tests/data/parser/err/0000_struct_field_missing_comma.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/data/parser/err/0000_struct_field_missing_comma.rs (limited to 'tests/data/parser/err/0000_struct_field_missing_comma.rs') diff --git a/tests/data/parser/err/0000_struct_field_missing_comma.rs b/tests/data/parser/err/0000_struct_field_missing_comma.rs new file mode 100644 index 000000000..fe5030d89 --- /dev/null +++ b/tests/data/parser/err/0000_struct_field_missing_comma.rs @@ -0,0 +1,4 @@ +struct S { + a: u32 + b: u32 +} \ No newline at end of file -- cgit v1.2.3