Sign in
fuchsia
/
third_party
/
rust
/
830bd8b6f4feb8665c8865beb20ffb424e8d8ee6
/
.
/
tests
/
ui
/
conditional-compilation
/
cfg-arg-invalid-4.rs
blob: 30402d51852fcfed9594f9ac942d5695fcef521e [
file
] [
log
] [
blame
]
//@ compile-flags: --error-format=human --cfg a(b)
//@ error-pattern: invalid `--cfg` argument: `a(b)` (expected `key` or `key="value"`)
fn
main
()
{}