]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cfg-arg-invalid-4.rs
Auto merge of #53877 - withoutboats:compositional-pin, r=aturon
[rust.git] / src / test / ui / cfg-arg-invalid-4.rs
1 // compile-flags: --cfg a(b)
2 // error-pattern: invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`)
3 fn main() {}