rust/src/test/ui/cfg-arg-invalid-3.rs
2018-09-06 02:04:04 +03:00

3 lines
130 B
Rust

// compile-flags: --cfg a::b
// error-pattern: invalid `--cfg` argument: `a::b` (argument key must be an identifier)
fn main() {}