You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To properly handle the usage restrictions on experimental features we need:
A flag to enable experimental feature imports (-Xenable-experimental). This flag will enable the use of experimental features trough language imports or language flags.
When publishing we need let the binary know if it is a stable release or not (i.e. nightly).
Nightly: allows the use of -Xenable-experimental
Stable: disallows the use of -Xenable-experimental