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.

4 lines
127 B
Rust
Raw Normal View History

// compile-flags: --cfg a=10
// error-pattern: invalid `--cfg` argument: `a=10` (argument value must be a string)
fn main() {}