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 eee923b commit ae37df5Copy full SHA for ae37df5
include/swift/Basic/Features.def
@@ -196,10 +196,6 @@ EXPERIMENTAL_FEATURE(ASTGenTypes, false)
196
/// corresponding syntax tree.
197
EXPERIMENTAL_FEATURE(BuiltinMacros, false)
198
199
-/// Whether to enable experimental @runtimeMetadata feature which allows to
200
-/// declare an attribute which is discoverable and constructable at runtime.
201
-EXPERIMENTAL_FEATURE(RuntimeDiscoverableAttrs, false)
202
-
203
/// Import C++ class templates as semantically-meaningless symbolic
204
/// Swift types and C++ methods as symbolic functions with blank
205
/// signatures.
0 commit comments