mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[c-interop] Gate @_extern behind experimental feature flag
This commit is contained in:
@@ -256,6 +256,9 @@ EXPERIMENTAL_FEATURE(StructLetDestructuring, true)
|
||||
/// lifetime-dependent results.
|
||||
EXPERIMENTAL_FEATURE(NonEscapableTypes, false)
|
||||
|
||||
/// Enable the `@_extern` attribute.
|
||||
EXPERIMENTAL_FEATURE(Extern, true)
|
||||
|
||||
#undef EXPERIMENTAL_FEATURE_EXCLUDED_FROM_MODULE_INTERFACE
|
||||
#undef EXPERIMENTAL_FEATURE
|
||||
#undef UPCOMING_FEATURE
|
||||
|
||||
Reference in New Issue
Block a user