Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
conditional-compilation
/
cfg-arg-invalid-1.stderr
blob: 3a12e97868000498ecfb2163553873e0a0145310 [
file
] [
log
] [
blame
] [
edit
]
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\"
)