E3010 Types Errors

Types

struct '%s' has no field '%s'

When this occurs

Function param with unknown type

Example error message

error[E3010]: undefined type 'Foo' for parameter 'x'

How to fix

Define the parameter type or check for typos.

Related errors