broad-processor-92400
06/01/2024, 7:46 AMexperimental / preview in the name and require renaming things when we stabilise, we could have a concept of a centralised "opt-in" to an experimental feature/backend/...
[GLOBAL]
...
preview_features_opt_in = [
# explicitly opt-in to using environments:
"environments",
]
[environments] # would have error if option above didn't include it
...
(This thinking is drawn directly from Rust/Cargo feature flags, and prompted by https://pantsbuild.slack.com/archives/C0D7TNJHL/p1717187827460809?thread_ts=1717186590.401259&cid=C0D7TNJHL)