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
Diagnostics: improve error message at attr diagnosis failure
Used to just crash:
> Assertion failed: (loc.isValid() && "Diagnosing attribute with invalid
location"), function diagnoseAndRemoveAttr
but now includes at least information what attribute caused the crash:
> Attribute '@actorIndependent ' has invalid location, failed to
diagnose!
Assertion failed: (false && "Diagnosing attribute with invalid
location"), function diagnoseAndRemoveAttr
0 commit comments