Skip to content

Commit dc88c0a

Browse files
committed
remove suppression disablement workaround
1 parent 6050a96 commit dc88c0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ModuleInterface/discard_interface.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// CHECK: @_alwaysEmitIntoClient public consuming func AEIC_discard() { discard self }
99
// CHECK: @inlinable public consuming func inlinable_discard() { discard self }
1010

11-
@_disallowFeatureSuppression(NoncopyableGenerics)
1211
public struct MoveOnlyStruct: ~Copyable {
1312
let x = 0
1413

0 commit comments

Comments
 (0)