[stdilb] introduce Copyable protocol

This replaces the old, unavailable `_Copyable`.

rdar://110420673
This commit is contained in:
Kavon Farvardin
2023-09-20 11:04:25 -07:00
parent f1142d5da4
commit cc7a41fc2c
13 changed files with 43 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
// RUN: %empty-directory(%t)
// This test checks that conformances to _Copyable do not appear in swiftinterface files
// This test checks that conformances to Copyable do not appear in swiftinterface files
// Generate the parseable interface of the current file via the merge-modules step
// RUN: %target-build-swift -emit-module -o %t/Test.swiftmodule -emit-module-interface-path %t/TestMerge.swiftinterface -module-name Test %s -enable-library-evolution -swift-version 5