rust/tests/ui/conditional-compilation/cfg-arg-invalid-1.rs
2025-04-13 21:48:53 +03:00

5 lines
210 B
Rust

//@ compile-flags: --cfg a(b=c)
fn main() {}
//~? ERROR invalid `--cfg` argument: `a(b=c)` (expected `key` or `key="value"`, ensure escaping is appropriate for your shell, try 'key="value"' or key=\"value\")