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 6050a96 commit dc88c0aCopy full SHA for dc88c0a
test/ModuleInterface/discard_interface.swift
@@ -8,7 +8,6 @@
8
// CHECK: @_alwaysEmitIntoClient public consuming func AEIC_discard() { discard self }
9
// CHECK: @inlinable public consuming func inlinable_discard() { discard self }
10
11
-@_disallowFeatureSuppression(NoncopyableGenerics)
12
public struct MoveOnlyStruct: ~Copyable {
13
let x = 0
14
0 commit comments