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 4a319b2 commit 2f81706Copy full SHA for 2f81706
stdlib/public/core/Macros.swift
@@ -86,7 +86,7 @@ public macro dsohandle() -> UnsafeRawPointer = Builtin.DSOHandleMacro
86
/// case standard
87
/// }
88
89
-@attached(member)
+@attached(member, names: named(RawValue), named(rawValue), named(`init`), arbitrary)
90
@attached(conformance)
91
public macro OptionSet<RawType>() =
92
#externalMacro(module: "SwiftMacros", type: "OptionSetMacro")
0 commit comments