summaryrefslogtreecommitdiffstats
path: root/src/test/ui/conditional-compilation/cfg-arg-invalid-9.rs
blob: 628b335c873025697f17275fea8ea2996196954f (plain)
1
2
3
4
// Test for missing quotes around value, issue #66450.
// 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() {}