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
impl PartialEq<dyn Any> of GetFieldAccessExpr which is a field of GetIndexedFieldExpr has a recursive implementation without a base case. This causes stack overflow.
Describe the bug
impl PartialEq<dyn Any>
ofGetFieldAccessExpr
which is a field ofGetIndexedFieldExpr
has a recursive implementation without a base case. This causes stack overflow.To Reproduce
Test below can be used to reproduce bug
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: