]> git.lizzy.rs Git - rust.git/blob - tests/ui/conditional-compilation/cfg-arg-invalid-1.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / ui / conditional-compilation / cfg-arg-invalid-1.rs
1 // compile-flags: --cfg a(b=c)
2 // error-pattern: invalid `--cfg` argument: `a(b=c)` (expected `key` or `key="value"`, ensure escaping is appropriate for your shell, try 'key="value"' or key=\"value\")
3 fn main() {}