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
Describe the bug
When there is parametrized struct and its parameter's name is used somewhere outside the struct, then the internal error occurs. In such case I would expect some error that tells the definition was not found.
Additional context
When the parameter is removed from the struct, the internal error is not returned and instead there is the same error as in "Expected behavior".
The text was updated successfully, but these errors were encountered:
Describe the bug
When there is parametrized struct and its parameter's name is used somewhere outside the struct, then the internal error occurs. In such case I would expect some error that tells the definition was not found.
To Reproduce
Steps to reproduce the behavior:
foo.x
Expected behavior
I would expect following error:
Environment (this can be helpful for troubleshooting):
Additional context
When the parameter is removed from the struct, the internal error is not returned and instead there is the same error as in "Expected behavior".
The text was updated successfully, but these errors were encountered: