]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cfg-arg-invalid-3.rs
Auto merge of #53960 - estebank:issue-51303, r=nagisa
[rust.git] / src / test / ui / 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() {}