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
Linux 6b1910508b09 4.20.3-arch1-1-ARCH #1 SMP PREEMPT Wed Jan 16 22:38:58 UTC 2019 x86_64 GNU/Linux
Building inside debian-stretch docker container
Description
I have used tokio in my project, during the build I got the following error:
error[E0432]: unresolved import `tokio_uds::UnixDatagramFramed`
--> /root/.cargo/registry/src/gh.neting.cc-1ecc6299db9ec823/tokio-0.1.15/src/net.rs:93:77
|
93 | ConnectFuture, Incoming, RecvDgram, SendDgram, UCred, UnixDatagram, UnixDatagramFramed,
| ^^^^^^^^^^^^^^^^^^ no `UnixDatagramFramed`in the root. Did you mean to use `UnixDatagram`?
error: aborting due to previous error
For more information about this error, try `rustc --explain E0432`.
error: Could not compile `tokio`.
warning: build failed, waiting for other jobs to finish...
error: build failed
Version
Platform
Linux 6b1910508b09 4.20.3-arch1-1-ARCH #1 SMP PREEMPT Wed Jan 16 22:38:58 UTC 2019 x86_64 GNU/Linux
Building inside debian-stretch docker container
Description
I have used tokio in my project, during the build I got the following error:
cargo 1.32.0 (8610973aa 2019-01-02)
rustc 1.32.0 (9fda7c223 2019-01-16)
The text was updated successfully, but these errors were encountered: