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 c8d06ef commit ec20345Copy full SHA for ec20345
test/embedded/noncopyable-captures.swift
@@ -1,6 +1,8 @@
1
// RUN: %target-swift-emit-ir %s -DIGNORE_FAILS -enable-experimental-feature Embedded -wmo -o /dev/null
2
// RUN: %target-swift-emit-ir %s -enable-experimental-feature Embedded -wmo -verify
3
4
+// REQUIRES: OS=macosx || OS=linux-gnu
5
+
6
struct MyStruct<Item> : ~Copyable {
7
var member = "42"
8
0 commit comments