5 lines
123 B
Rust
5 lines
123 B
Rust
//@ compile-flags: --cfg a=10
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR invalid `--cfg` argument: `a=10` (argument value must be a string)
|