rust/tests/ui/feature-gates/env-flag.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
47 B
Rust
Raw Normal View History

//@ compile-flags: --env-set A=B
2023-11-27 13:48:11 +00:00
fn main() {}