Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
check-cfg.rs
blob: 6ca37db75af049b8cbd899441e548a66a2762267 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
//@ compile-flags: --check-cfg=cfg()
/// uniz is nor a builtin nor pass as arguments so is unexpected
#[
cfg
(
uniz
)]
//~^ WARNING unexpected `cfg` condition name
pub
struct
Bar
;