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.
2 parents c8d06ef + ec20345 commit ad61e53Copy full SHA for ad61e53
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