Error code E0574
Something other than a struct, variant or union has been used when one was expected.
Erroneous code example:
ⓘ
In all these errors, a type was expected. For example, in the first error,
we tried to instantiate the mordor
module, which is impossible. If you want
to instantiate a type inside a module, you can do it as follow:
In the second error, we tried to bind the Jak
enum directly, which is not
possible: you can only bind one of its variants. To do so: