Remove Sized bound on Module

This commit is contained in:
selfhoster selfhoster 2023-04-19 22:25:50 +02:00
commit 863f48604c
2 changed files with 9 additions and 1 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
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