rustc/tests/ui/conditional-compilation/cfg-arg-invalid-8.rs
2024-05-27 22:45:50 +02:00

4 lines
142 B
Rust

// compile-flags: --error-format=human --cfg )
// error-pattern: invalid `--cfg` argument: `)` (expected `key` or `key="value"`)
fn main() {}