Oxydizing sysadmin
Go to file
2023-04-19 22:26:54 +02:00
src Remove Sized bound on Module 2023-04-19 22:26:54 +02:00
.gitignore Why does it not compile? 2023-04-19 21:49:30 +02:00
Cargo.lock Why does it not compile? 2023-04-19 21:49:30 +02:00
Cargo.toml Why does it not compile? 2023-04-19 21:49:30 +02:00
README.md Remove Sized bound on Module 2023-04-19 22:26:54 +02:00

error[E0161]: cannot move a value of type dyn Module<A, S, E> --> src/modules/mod.rs:83:19 | 83 | let res = cmd.run(); | ^^^^^^^^^ the size of dyn Module<A, S, E> cannot be statically determined

For more information about this error, try rustc --explain E0161. error: could not compile rustible due to previous error