rust/tests/ui/conditional-compilation/cfg-arg-invalid-4.rs
2023-01-11 09:32:08 +00:00

4 lines
127 B
Rust

// compile-flags: --cfg a(b)
// error-pattern: invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`)
fn main() {}