Oxydizing sysadmin
- Rust 96.2%
- Shell 3.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
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