diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-08-13 00:35:41 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-08-13 00:35:41 -0300 |
commit | 5cf5f84335c759338f993175fbbdc8bfba7fb5d3 (patch) | |
tree | 7887fe972ce4baa5c58947b2cf27a55c1079fe27 /tests/progress.rs | |
parent | bffdb1e7ad54b0b857d69d45b8791c68741a6ea0 (diff) |
Fix `impl trait where` without `impl where`
Diffstat (limited to 'tests/progress.rs')
-rw-r--r-- | tests/progress.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |