E0277E0277 — Type Does Not Implement Sized
A dynamically sized type (DST) is used where a Sized type is required.
E0061A function was called with the wrong number of arguments.
The function expects a different number of parameters than were provided. Check the function signature for required, optional, and default parameters.
Provide the correct number of arguments. Check the function signature for the expected parameter count. Remove extra arguments or add missing ones.
E0277A dynamically sized type (DST) is used where a Sized type is required.
E0520Trait implementation specialization requires a nightly compiler feature.
dead_codeA function, struct, enum variant, or constant is defined but never used.
E0310A generic type parameter does not satisfy a required lifetime bound.
E0106A reference in a function signature or struct is missing a lifetime parameter.
E0424The self keyword is used outside of a method or associated function context.