Files
rust/tests/ui/conditional-compilation/cfg-arg-invalid-5.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
123 B
Rust
Raw Normal View History

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