about summary refs log tree commit diff
path: root/tests/ui/conditional-compilation/cfg-arg-invalid-9.rs
blob: 8d07165dfae40966513857edb635bcda6e996de1 (plain)
1
2
3
4
5
6
// Test for missing quotes around value, issue #66450.
//@ compile-flags: --cfg key=value

fn main() {}

//~? ERROR invalid `--cfg` argument: `key=value` (expected `key` or `key="value"`, ensure escaping is appropriate for your shell, try 'key="value"' or key=\"value\")