Description
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
- Nightly: allows the use of