File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,6 @@ error[E0277]: the trait bound `(): std::error::Error` is not satisfied
4
4
LL | /* *mut $0 is coerced to Box<dyn Error> here */ Box::<_ /* ! */>::new(x)
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `()`
6
6
|
7
- = help: the following other types implement trait `std::error::Error`:
8
- !
9
- &'a T
10
- AccessError
11
- AddrParseError
12
- Arc<T>
13
- BorrowError
14
- BorrowMutError
15
- Box<T>
16
- and 43 others
17
7
= note: required for the cast to the object type `dyn std::error::Error`
18
8
19
9
error[E0277]: the trait bound `(): std::error::Error` is not satisfied
@@ -22,16 +12,6 @@ error[E0277]: the trait bound `(): std::error::Error` is not satisfied
22
12
LL | /* *mut $0 is coerced to *mut Error here */ raw_ptr_box::<_ /* ! */>(x)
23
13
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::error::Error` is not implemented for `()`
24
14
|
25
- = help: the following other types implement trait `std::error::Error`:
26
- !
27
- &'a T
28
- AccessError
29
- AddrParseError
30
- Arc<T>
31
- BorrowError
32
- BorrowMutError
33
- Box<T>
34
- and 43 others
35
15
= note: required for the cast to the object type `(dyn std::error::Error + 'static)`
36
16
37
17
error: aborting due to 2 previous errors
You can’t perform that action at this time.
0 commit comments