E3011 Type Errors

undefined-return-type

return type not defined

When this occurs

Function with unknown return type

Example error message

error[E3011]: undefined return type 'Bar' in function 'foo'

How to fix

Define the return type or check for typos.

Related errors