We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fc71e commit d7e65a3Copy full SHA for d7e65a3
test/IRGen/noncopyable_field_descriptors.swift
@@ -8,6 +8,9 @@
8
9
// RUN: %FileCheck %s < %t/test.irgen
10
11
+// rdar://124401253
12
+// REQUIRES: OS=macosx || OS=linux || OS=windows-msvc
13
+
14
@frozen
15
public enum ConditionallyCopyable<Wrapped: ~Copyable>: ~Copyable {
16
case none
0 commit comments