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
[6.1] Suppress warning about #require(nonOptional) in some cases. (#949)
- **Explanation**: Suppress some warnings that occur due to
swiftlang/swift#79202 when the compiler
selects the wrong overload of `try #require()` for expansion.
- **Scope**: Tests using `try #require()` with reference types.
- **Issues**: works around
swiftlang/swift#79202
- **Original PRs**: #947
- **Risk**: Low, just suppresses some warnings we generate (lack of
these warnings is not harmful)
- **Testing**: Added a unit test
- **Reviewers**: @briancroom
0 commit comments