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.
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.