Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
conditional-compilation
/
cfg-arg-invalid-8.rs
blob: 33f8da25830ed8c368687b1315e2d81e0efb4174 [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: --error-format=human --cfg )
//@ error-pattern: invalid `--cfg` argument: `)` (expected `key` or `key="value"`)
fn
main
()
{}