errors.fyi community error code reference
E0120
rust

Drop on Invalid Type

The Drop trait was implemented for a trait object, reference, or other non-concrete type. Drop may only be implemented for structs, enums, and unions.

References

← all namespaces