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
Note in documentation when #expect(throws:) started returning a value. (#980)
DocC doesn't let us annotate our return type's availability separately
from our macros' availability, and we can't include both the old symbols
and new ones because it is ambiguous at compile time, so this PR
explains in prose when the return types were added.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments