errors.fyi community error code reference
E0620
rust

Cast to Unsized Type

An as cast targeted an unsized type such as a bare slice [T]. Unsized types cannot be held by value; cast to a reference or pointer to an unsized type instead.

References

โ† all namespaces for E0620