File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/Inputs/clang-importer-sdk
swift-modules-concurrency-consuming-job-param
swift-modules-concurrency-owned-job-param Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- // This simulates a pre-Swift5.9 concurrency library with `Job` and `ExecutorJob` not being defined at all .
3
- // This is used to verify missing type handling in the SDK when a latest compiler is used .
2
+ // This simulates a pre-Swift5.9 concurrency library with an consuming declaration rather than __owned .
3
+ // This allows us to confirm the compiler and sdk can be mismatched but we'll build correctly .
4
4
5
5
@_moveOnly
6
6
public struct ExecutorJob { }
Original file line number Diff line number Diff line change 1
1
2
- // This simulates a pre-Swift5.9 concurrency library with `Job` and `ExecutorJob` not being defined at all .
3
- // This is used to verify missing type handling in the SDK when a latest compiler is used .
2
+ // This simulates a pre-Swift5.9 concurrency library with an __owned declaration rather than consuming .
3
+ // This allows us to confirm the compiler and sdk can be mismatched but we'll build correctly .
4
4
5
5
@_moveOnly
6
6
public struct ExecutorJob { }
You can’t perform that action at this time.
0 commit comments