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
[Debug] Add user friendly diagnostic when @DebugDescription is atached to a generic (#75302)
- **Explanation**:
Emit a user friendly diagnostic when `@DebugDescription` is attached to a generic type
definition.
- **Scope**:
This will not break existing code. Use of `@DebugDescription` previously produced an
unhelpful error diagnostic, this change makes the error diagnostic clear.
- **Original PRs**:
#75307
- **Risk**:
No risk.
- **Testing**:
Swift tests, CI
- **Reviewers**:
@hborla, @stephentyrone, @DougGregor
0 commit comments