From 5cf5f84335c759338f993175fbbdc8bfba7fb5d3 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Fri, 13 Aug 2021 00:35:41 -0300 Subject: Fix `impl trait where` without `impl where` --- 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 ef302b0..1cece81 100644 --- a/tests/progress.rs +++ b/tests/progress.rs @@ -14,6 +14,7 @@ fn tests() { t.pass("tests/11-traits-generics-docs.rs"); t.pass("tests/12-combining-generics.rs"); t.pass("tests/13-trait-generics.rs"); + t.pass("tests/14-where-on-trait.rs"); t.pass("tests/98-readme.rs"); t.pass("tests/99-goal.rs"); } -- cgit 1.4.1