Files
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.

6 lines
126 B
Rust
Raw Normal View History

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