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