rust/tests/ui/conditional-compilation/cfg-arg-invalid-3.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
132 B
Rust
Raw Normal View History

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