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
--> /home/bernhard/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libcontainer-0.3.2/src/workload/mod.rs:56:5
|
56 | type Error = ExecutorError;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #29661 <https://github.com/rust-lang/rust/issues/29661> for more information
error[E0191]: the value of the associated type `Error` in `Executor` must be specified
--> /home/bernhard/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libcontainer-0.3.2/src/container/builder.rs:25:34
|
25 | pub(super) executor: Box<dyn Executor>,
| ^^^^^^^^ help: specify the associated type: `Executor<Error = Type>`
|
::: /home/bernhard/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libcontainer-0.3.2/src/workload/mod.rs:56:5
|
56 | type Error = ExecutorError;
| ---------- `Error` defined here
The text was updated successfully, but these errors were encountered:
If anyone is still facing compilation issues, I'd suggest using latest 0.4.* versions, or comment with more details so we can take a better look. Thanks :)
The text was updated successfully, but these errors were encountered: