File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ error[E0277]: the trait bound `dyn MyTrait: Clone` is not satisfied
8
8
| required by a bound introduced by this call
9
9
|
10
10
= help: the following other types implement trait `DynClone`:
11
- [T]
12
11
str
12
+ [T]
13
13
= note: required for `dyn MyTrait` to implement `DynClone`
14
14
note: required by a bound in `clone_box`
15
15
--> src/lib.rs
@@ -31,8 +31,8 @@ error[E0277]: the trait bound `dyn MyTrait + Send: Clone` is not satisfied
31
31
| required by a bound introduced by this call
32
32
|
33
33
= help: the following other types implement trait `DynClone`:
34
- [T]
35
34
str
35
+ [T]
36
36
= note: required for `dyn MyTrait + Send` to implement `DynClone`
37
37
note: required by a bound in `clone_box`
38
38
--> src/lib.rs
@@ -54,8 +54,8 @@ error[E0277]: the trait bound `dyn MyTrait + Sync: Clone` is not satisfied
54
54
| required by a bound introduced by this call
55
55
|
56
56
= help: the following other types implement trait `DynClone`:
57
- [T]
58
57
str
58
+ [T]
59
59
= note: required for `dyn MyTrait + Sync` to implement `DynClone`
60
60
note: required by a bound in `clone_box`
61
61
--> src/lib.rs
@@ -77,8 +77,8 @@ error[E0277]: the trait bound `dyn MyTrait + Send + Sync: Clone` is not satisfie
77
77
| required by a bound introduced by this call
78
78
|
79
79
= help: the following other types implement trait `DynClone`:
80
- [T]
81
80
str
81
+ [T]
82
82
= note: required for `dyn MyTrait + Send + Sync` to implement `DynClone`
83
83
note: required by a bound in `clone_box`
84
84
--> src/lib.rs
You can’t perform that action at this time.
0 commit comments