summaryrefslogtreecommitdiffstats
path: root/tests/ui/conditional-compilation/cfg-arg-invalid-4.rs
blob: 2adc27eb932eb17cc4d5167c53f65636b5ad7b6f (plain)
1
2
3
// compile-flags: --error-format=human --cfg a(b)
// error-pattern: invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`)
fn main() {}