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

4 lines
220 B
Rust
Raw Normal View History

// compile-flags: --cfg key=value
// error-pattern: invalid `--cfg` argument: `key=value` (expected `key` or `key="value"`, ensure escaping is appropriate for your shell, try 'key="value"' or key=\"value\")
fn main() {}