From 197a2e6fefd45627920cfb9bbca24b446e5a7c89 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 30 Jan 2018 22:53:19 +0300 Subject: G: type_parameter_list --- tests/data/parser/ok/0020_type_param_bounds.rs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/data/parser/ok/0020_type_param_bounds.rs (limited to 'tests/data/parser/ok/0020_type_param_bounds.rs') diff --git a/tests/data/parser/ok/0020_type_param_bounds.rs b/tests/data/parser/ok/0020_type_param_bounds.rs new file mode 100644 index 000000000..a1b9f00a4 --- /dev/null +++ b/tests/data/parser/ok/0020_type_param_bounds.rs @@ -0,0 +1,9 @@ +struct A; +struct B; +struct C; +struct D; +struct E; +struct F; +struct G; +struct H; +struct I; -- cgit v1.2.3