]> git.lizzy.rs Git - rust.git/blob - src/test/ui/conditional-compilation/cfg-arg-invalid-9.rs
Rollup merge of #93116 - rust-lang:oli-obk-patch-1, r=jackh726
[rust.git] / src / test / ui / conditional-compilation / cfg-arg-invalid-9.rs
1 // Test for missing quotes around value, issue #66450.
2 // compile-flags: --cfg key=value
3 // 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\")
4 fn main() {}