aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.rs')
-rw-r--r--tests/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
index b326b4b..bae52bd 100644
--- a/tests/tests.rs
+++ b/tests/tests.rs
@@ -213,7 +213,7 @@ trait ReturnIter {
#[dynamize::dynamize]
trait FunIter {
- type A: std::error::Error;
+ type A: std::error::Error + Send;
fn foobar<F: Fn(&mut dyn Iterator<Item = Self::A>)>(&mut self, f: F);