File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 25
25
26
26
import lifetime_dependence
27
27
28
- // CHECK: #if compiler(>=5.3) && $NoncopyableGenerics
29
28
// CHECK: @inlinable internal init(_ ptr: Swift.UnsafeRawBufferPointer, _ a: borrowing Swift.Array<Swift.Int>) -> dependsOn(a) Self {
30
29
// CHECK: @inlinable internal init(_ ptr: Swift.UnsafeRawBufferPointer, _ a: consuming lifetime_dependence.AnotherView) -> dependsOn(a) Self {
31
- // CHECK: #endif
32
30
33
- // CHECK: #if compiler(>=5.3) && $NoncopyableGenerics
34
31
// CHECK: @inlinable public func derive(_ x: consuming lifetime_dependence.BufferView) -> dependsOn(x) lifetime_dependence.BufferView {
35
- // CHECK: #endif
36
32
37
- // CHECK: #if compiler(>=5.3) && $NoncopyableGenerics
38
33
// CHECK: @inlinable public func consumeAndCreate(_ view: consuming lifetime_dependence.BufferView) -> dependsOn(view) lifetime_dependence.BufferView {
39
- // CHECK: #endif
40
34
41
- // CHECK: #if compiler(>=5.3) && $NoncopyableGenerics
42
35
// CHECK: @inlinable public func deriveThisOrThat(_ this: consuming lifetime_dependence.BufferView, _ that: consuming lifetime_dependence.BufferView) -> dependsOn(this) dependsOn(that) lifetime_dependence.BufferView {
43
- // CHECK: #endif
You can’t perform that action at this time.
0 commit comments