Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
ui
/
conditional-compilation
/
cfg-arg-invalid-3.rs
blob: c086b8d8c3f429642c20753ee0a4ca7f640c04a1 [
file
] [
log
] [
blame
]
//@ compile-flags: --cfg a::b
//@ error-pattern: invalid `--cfg` argument: `a::b` (argument key must be an identifier)
fn
main
()
{}