From bfc2ac90c8b59884a1b100806387c7e6c67db3b6 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Sat, 30 Mar 2019 17:11:46 +0200 Subject: Update tests --- crates/ra_syntax/tests/data/parser/ok/0020_type_param_bounds.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_syntax/tests/data/parser/ok/0020_type_param_bounds.rs') diff --git a/crates/ra_syntax/tests/data/parser/ok/0020_type_param_bounds.rs b/crates/ra_syntax/tests/data/parser/ok/0020_type_param_bounds.rs index a1b9f00a4..712898978 100644 --- a/crates/ra_syntax/tests/data/parser/ok/0020_type_param_bounds.rs +++ b/crates/ra_syntax/tests/data/parser/ok/0020_type_param_bounds.rs @@ -7,3 +7,4 @@ struct F; struct G; struct H; struct I; +struct K<'a: 'd, 'd: 'a + 'b, T: 'a + 'd + Clone>; \ No newline at end of file -- cgit v1.2.3