Add feature gate test for --env flag

This commit is contained in:
Guillaume Gomez 2023-11-27 14:48:11 +01:00
parent 37d68093da
commit d2b1f94f05
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
// compile-flags: --env A=B
fn main() {}

View File

@ -0,0 +1,2 @@
error: the `-Z unstable-options` flag must also be passed to enable the flag `env`