rust/tests/ui/conditional-compilation/cfg-arg-invalid-4.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(b)
fn main() {}
//~? ERROR invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`)