]> git.lizzy.rs Git - rust.git/blob - src/test/ui/conditional-compilation/cfg-arg-invalid-1.rs
Override rustc version in ui and mir-opt tests to get stable hashes
[rust.git] / src / test / ui / conditional-compilation / cfg-arg-invalid-1.rs
1 // compile-flags: --cfg a(b=c)
2 // error-pattern: invalid `--cfg` argument: `a(b=c)` (expected `key` or `key="value"`)
3 fn main() {}