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
fnfoo(){enumBlah{/// Variant with stuffA(i32)}let _e = Blah::A(0);}
Here _e is {unknown} and there are no completions for Blah. However if Blah is moved out of the function it resolves properly and we get completions and the type is infered.
The text was updated successfully, but these errors were encountered:
Here
_e
is {unknown} and there are no completions forBlah
. However ifBlah
is moved out of the function it resolves properly and we get completions and the type is infered.The text was updated successfully, but these errors were encountered: