From 36ca2f59cb1dbd6e63fafaddb76b25c260b44a98 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Tue, 23 Mar 2021 12:21:12 -0300 Subject: Fix generics with multiple impl trait in a row --- tests/progress.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/progress.rs') diff --git a/tests/progress.rs b/tests/progress.rs index 22110b0..74c5774 100644 --- a/tests/progress.rs +++ b/tests/progress.rs @@ -10,6 +10,7 @@ fn tests() { t.pass("tests/07-docs.rs"); t.pass("tests/08-inherent-docs.rs"); t.pass("tests/09-multiple-traits.rs"); + t.pass("tests/10-multiple-traits-with-generics.rs"); t.pass("tests/98-readme.rs"); t.pass("tests/99-goal.rs"); } -- cgit 1.4.1