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
Fix Issue 21464 - Purity check depending on semantic order
Accessing a mutable static but empty struct is pure. The check relied
on `StructDeclaration.hasNoFields` but didn't make sure the struct
size has already been determined.
0 commit comments