]> git.proxmox.com Git - rustc.git/blob - src/test/ui/conditional-compilation/cfg-arg-invalid-3.rs
Update unsuspicious file list
[rustc.git] / src / test / 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() {}