You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but instead you get the error: error[E0599]: no associated item named `Variant1` found for type `MyEnum` in the current scope which seems to suggest the compiler is indeed looking at MyEnum but is one step away from making the association.
Since this works:
I expected this to work, when in the context of that enum's implementation:
but instead you get the error:
error[E0599]: no associated item named `Variant1` found for type `MyEnum` in the current scope
which seems to suggest the compiler is indeed looking atMyEnum
but is one step away from making the association.Playpen link
The text was updated successfully, but these errors were encountered: