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
Hide type errors likely caused by incorrect struct literal
When encountering a possible struct literal that is actually
interpreted as a block because it could be a value `foo { bar }` or
`foo { bar: baz }`, we now collect information on both `bar`'s span
and the block's span. If we encounter a type error on `bar`, we
skip it.
0 commit comments