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

fn main() {}

//~? ERROR invalid `--cfg` argument: `a=10` (argument value must be a string)