Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
conditional-compilation
/
cfg-arg-invalid-1.rs
blob: 28d2d266b62337ce8faa9973900b3501c5663431 [
file
] [
log
] [
blame
]
//@ compile-flags: --cfg a(b=c)
fn
main
()
{}
//~? ERROR invalid `--cfg` argument: `a(b=c)` (expected `key` or `key="value"`, ensure escaping is appropriate for your shell, try 'key="value"' or key=\"value\")