about summary refs log tree commit diff
path: root/tests/ui/conditional-compilation/cfg-arg-invalid-4.rs
blob: ba34708c171bfe7606ed83c93419f252654bcab2 (plain)
1
2
3
4
5
//@ compile-flags: --cfg a(b)

fn main() {}

//~? ERROR invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`)