Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
tests
/
rustdoc-ui
/
check-cfg
/
check-cfg.rs
blob: fa8789ad3ede4c9a72a2f73fe140a6a2a37e249d [
file
] [
log
] [
blame
]
// check-pass
// compile-flags: --check-cfg=names() -Z unstable-options
/// uniz is nor a builtin nor pass as arguments so is unexpected
#[
cfg
(
uniz
)]
//~^ WARNING unexpected `cfg` condition name
pub
struct
Bar
;