Stuart Montgomery
Stuart Montgomery
Tracked by rdar://151991045
Tracked internally as rdar://129677005
Resolved by #908
@swift-ci please test
I've extracted some of the general macro refactoring into a separate PR (#834)
@swift-ci please test
@swift-ci please test
This is blocked by https://github.com/swiftlang/swift-testing/pull/1000: once that's in place, it should make this much easier to implement.
> - `@autoclosure () -> U` is treated as escaping, which means syntactically we can't borrow the right-hand argument of a binary operator. To avoid this problem, could we change...
> If so, we could also check `#if compiler(>=6.3)` to make sure this is not parsed by the 6.2 toolchain. That was going to be my suggestion as well.