[c-interop] Gate @_extern behind experimental feature flag

This commit is contained in:
Yuta Saito
2023-10-20 15:16:51 +00:00
parent 402cb6408d
commit 03ed46aa74
13 changed files with 22 additions and 9 deletions

View File

@@ -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