diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-03-23 12:21:12 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-03-23 12:21:12 -0300 |
commit | 36ca2f59cb1dbd6e63fafaddb76b25c260b44a98 (patch) | |
tree | 9c6e4ff47e122681bbf5474f741c8c4d53c6489c /tests/progress.rs | |
parent | 0a3c097339d3448f8dcab9aa3c0a9b1345e5cebd (diff) |
Fix generics with multiple impl trait in a row
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 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"); } |