You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2018. It is now read-only.
I get the following error during the compilation of core64:
error[E0225]: only Send/Sync traits can be used as additional traits in a trait object
--> C:\Users\Reiner\.cargo\git\checkouts\core64-98c99607e3b29655\0e29675\any.rs:133:27
|
133 | impl fmt::Debug for Any + Send {
| ^^^^ non-Send/Sync additional trait
error[E0225]: only Send/Sync traits can be used as additional traits in a trait object
--> C:\Users\Reiner\.cargo\git\checkouts\core64-98c99607e3b29655\0e29675\any.rs:244:10
|
244 | impl Any+Send {
| ^^^^ non-Send/Sync additional trait
error: aborting due to 2 previous errors
Compiling the kernels in the
examplesdirectory usingI get the following error during the compilation of
core64:Any Idea what I am doing wrong?