]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cfg-arg-invalid-4.rs
Rollup merge of #54024 - alexcrichton:compile-to-wasm, r=petrochenkov
[rust.git] / src / test / ui / cfg-arg-invalid-4.rs
1 // compile-flags: --cfg a(b)
2 // error-pattern: invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`)
3 fn main() {}