mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
remove suppression disablement workaround
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
// CHECK: @_alwaysEmitIntoClient public consuming func AEIC_discard() { discard self }
|
||||
// CHECK: @inlinable public consuming func inlinable_discard() { discard self }
|
||||
|
||||
@_disallowFeatureSuppression(NoncopyableGenerics)
|
||||
public struct MoveOnlyStruct: ~Copyable {
|
||||
let x = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user