E3008 Type Errors

undefined-type

type is not defined

When this occurs

Using unknown type name

Example error message

error[E3008]: undefined type 'Foo'

How to fix

Define the type before using it, or check for typos in the type name.

Related errors