]> git.lizzy.rs Git - rust.git/blob - tests/ui/conditional-compilation/cfg-arg-invalid-3.rs
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / ui / conditional-compilation / cfg-arg-invalid-3.rs
1 // compile-flags: --cfg a::b
2 // error-pattern: invalid `--cfg` argument: `a::b` (argument key must be an identifier)
3 fn main() {}