rust/src/test/ui/conditional-compilation/cfg-arg-invalid-1.rs

4 lines
131 B
Rust

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